Xmodem module
Michal Wallace
sabren at manifestation.com
Sat Oct 7 11:28:07 EDT 2000
More information about the Python-list mailing list
Sat Oct 7 11:28:07 EDT 2000
- Previous message (by thread): Xmodem module
- Next message (by thread): Xmodem module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 7 Oct 2000, Emile van Sebille wrote: > Has anyone got anything resembling xmodem? I have a > customer that's been using a procomm script to communicate > through to their bank, and they've lost the source. They're > now switching back-end systems, and the function needs to be > ported. If there's a good starting point, I'd just as soon > use python, but if not, I'll recreate the script. dunno about a python module, but linux/freebsd/unix/whatever usually has "sz" and "rz" commands... they support X, Y, and Z modem protocols over stdin, and probably over a pipe... Cheers, - Michal ------------------------------------------------------------------------ www.manifestation.com www.sabren.com www.linkwatcher.com www.zike.net ------------------------------------------------------------------------
- Previous message (by thread): Xmodem module
- Next message (by thread): Xmodem module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list