> Am I naive to think that I can come up with a solution for a Telnet/S
> with file xfer options(xyz-modem)?

ICS handles SSL telnet quite happily, you would just have to add the 
zmodem protocol on top, which you can find for free on the internet, 
it's part of the Turbopower Async Pro package.  Just sent the data as 
TCP/IP packets instead of async packets. 

But it's unlikely anyone will have done such an implementation already, 
zmodem is unnecessary in the TCP/IP world which already has handshaking 
and error correction.  It's also not very efficient, I use an 
application daily that downloads and uploads using zmodem over TCP/IP, 
and throughput is poor due to continual acknowledgement packets. 

Angus
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to