Thankfully, ZModem existed. I’d never been able to use Kermit successfully back in the days, always had trouble with it. I even had more success with XModem.
Fun with Kermit and ZMODEM over SSH
21–30 of 110 posts
Re: Fun with Kermit and ZMODEM over SSH
#22zmodem can also be used in embedded spaces to retrieve files if the only interface is a serial port.
Re: Fun with Kermit and ZMODEM over SSH
#23Kermit is still used in the embedded space, on modern platforms specifically for uboot. zmodem can also be used in embedded spaces to retrieve files if the only interface is a serial port.
Re: Fun with Kermit and ZMODEM over SSH
#24You can accomplish the with a new scp session on the client server, but it's an extra step. I use this as a helper when for building the scp command.
function scppath() { echo $USER@$(hostname).$(dnsdomainname):$(realpath $1) ]
Re: Fun with Kermit and ZMODEM over SSH
#25My only source of internet in undergrad was dialing into my university's modem pool and getting a shell on the main server (a DEC Alpha running OSF/1). Browsing the web was done through lynx. That worked fine but every now and then, a site would have some inline image that I'd want to see, so I'd view source to get the img URL and then download that to /tmp and transfer the file to my local machine via zmodem. Usuall…
Re: Fun with Kermit and ZMODEM over SSH
#26Re: Fun with Kermit and ZMODEM over SSH
#27Thankfully, ZModem existed. I’d never been able to use Kermit successfully back in the days, always had trouble with it. I even had more success with XModem.
Jumping from Kermit to ZModem was quite a revelation for this Muppets fan. I was so sad to find I'd been needlessly reducing my download speed just by going with the fuzzy green frog, when presented with all of the different download options.
Re: Fun with Kermit and ZMODEM over SSH
#28Re: Fun with Kermit and ZMODEM over SSH
#29Hello! Thank you for starting me up! I'm the Kermit protocol and I'm happy to hel... wait, you want to transfer what file? What the hell is a giga byte? Well, man, OK, you're the user so you know best, but man, this is going to take like, days man, settle in, here we gooo ooooooo whooooooo OOOOOOOOO AAAAAAAAAAAAAAA !!!!!!!!!!1!! qcjqrjrcorRC!!! WHAT THE HECK WAS THAT? Did I just do megabytes per second ? Holy shit. A…
Thanks for the laugh (but also kind of serious) - reminds me of https://xkcd.com/2221/ (what a fast floppy drive you have!)
Re: Fun with Kermit and ZMODEM over SSH
#30Looks like it's still quite possible, I wonder if our network monitoring tools would have noticed gigabytes of data flowing out of the network that way.