On average I create a new Zmodem user every month.
Yes, that Zmodem. The protocol you used on BBSes in the 1990s.
The thing is that my SSH client, SecureCRT, supports Zmodem. So when I want to retrieve a file I type “sz” followed by a filename and it shows up on my desktop. How easy is that?
A number of people I support need easy ways to move a file from their desktop to various Linux hosts. They always ask for Samba, but running Samba to copy a couple of files every once in a while seems like overkill. Zmodem comes to the rescue again. No sftp clients to explain to people, no worries about security since it’s over SSH, no Samba to maintain, and very little hassle. The rz and sz commands are pretty straightforward.
SecureCRT isn’t free (and I’m not getting anything from VanDyke, else I’d have a disclaimer), but a good tool is worth the price you pay. The free & decent SSH client PuTTY doesn’t support zmodem directly (it’s a feature request) but LePutty is a variant which does. Seems to work pretty well, given my limited testing.
Of course, you also need server-side software. I use lrzsz version 0.12.20, which for being 10 years old still compiles on RHEL 4. I just add symlinks in /usr/local/bin to create ‘sz’ and ‘rz’. 🙂
Try WinSCP. Runs over SSH; authentication is just like SSH. But opens up into a file manager-like dialog that allows one to copy any number of files in either direction.
http://www.winscp.org
Why did you compile lrzsz on a rhel4 box? Its part of RHEl4. They bundle version 0.12.20-19
just had to switch back to a PC from a Mac – for the love of all things sacred, please point me to a ssh client on PC that has tabs like iTerm!
idiot correction, sorry, just noticed secureCRT has tabs these days. any free clients?
DaveG: Good point, took me a second to realize that RHEL 3 didn’t come with it. So to standardize our machines we try to push out the same stuff everywhere.
When we retire RHEL 3 we’ll audit for stuff like that. Actually, it’ll probably be when we create a build process for RHEL 6….
Josh: no idea about the tabbed free clients. It is nice, though (I use iTerm on my Mac Mini).
Of course, on MacOS 10.5, tabbing is built in to Terminal (and it’s greatly improved from the older versions of Terminal).
jon
I would love to use zmodem again … unfortunately neither the os x terminal nor iterm have support for zmodem transfers … f*&k
check out this securecrt clone – free for home/school – supports zmodem as well
Xshell
http://www.netsarang.com/
I am also looking for zmodem in iterm support ..