From: John Thompson on 2 Jun 2010 22:57 On 2010-06-01, Todd <todd(a)invalid.com> wrote: > Speaking of telnet, I remember years ago something > called sz and rz. I wonder if they will work over > telnet? sz and rz are implementations of the zmodem protocol used over serial lines. I imagine you could get them to work over telnet, but unless you are using a serial connection (modem or RS232) you will likely find ftp and its ilk more satisfying. And if you really do need to use a serial line connection, C-Kermit may be more versatile than simple sz/rz. -- -John (john(a)os2.dhs.org)
From: jellybean stonerfish on 3 Jun 2010 00:32 On Wed, 02 Jun 2010 09:23:40 -0700, Todd wrote: >>> Speaking of telnet, I remember years ago something called sz and rz. >>> I wonder if they will work over telnet? >> >> tar should work over telnet >> >> > Sounds perfect. How do I pipe (if that is the correct term) a tar ball > over a telnet session? I don't have a telnet server up to connect to, so I cant test it, and never have, but I thought telnet allowed you to log on and get a command line interface to the system. Can you telnet in, and get a command line, or am I totally confused.
From: Pascal Hambourg on 3 Jun 2010 04:54 unruh a �crit : > > ftp is fine. > The problem is that you do not know that the transfer went OK as ftp > does not checking. md5sum on each end comes in handy.
From: Kenny McCormack on 3 Jun 2010 09:32 In article <hu7qka$1dbh$1(a)saria.nerim.net>, Pascal Hambourg <pascal.news(a)plouf.fr.eu.org> wrote: >unruh a �crit : >> >> ftp is fine. >> The problem is that you do not know that the transfer went OK as ftp >> does not checking. FTP *does* tell you if the transfer was successful. What makes you think it doesn't? >md5sum on each end comes in handy. Most "archive formats" (e.g., ZIP, TAR, etc) have internal integrity checking - i.e, you can test to see that the archive made it over OK. The point is that you use ftp to get whatever other, better, tools you need to do the job, onto the target machine. Then you use the other, better, tools to do the job. If it were me, the first thing I'd bring over is "netcat". -- (This discussion group is about C, ...) Wrong. It is only OCCASIONALLY a discussion group about C; mostly, like most "discussion" groups, it is off-topic Rorsharch [sic] revelations of the childhood traumas of the participants...
From: Kenny McCormack on 3 Jun 2010 09:34
In article <hu7b9b$nl1$1(a)speranza.aioe.org>, jellybean stonerfish <stonerfish(a)geocities.com> wrote: >On Wed, 02 Jun 2010 09:23:40 -0700, Todd wrote: > >>>> Speaking of telnet, I remember years ago something called sz and rz. >>>> I wonder if they will work over telnet? >>> >>> tar should work over telnet >>> >>> >> Sounds perfect. How do I pipe (if that is the correct term) a tar ball >> over a telnet session? > >I don't have a telnet server up to connect to, so I cant test it, and >never have, but I thought telnet allowed you to log on and get a command >line interface to the system. Can you telnet in, and get a command line, >or am I totally confused. > telnet does not have any built-in automatic way to transfer files. Nor, in fact, does ssh - but that is another thread. I've heard that it is possible to wedge some other protocol into telnet (e.g., sz/rz) and transfer files that way, but as the goal here seems to be extreme simplicity, it seems we probably can't go down that path. -- > No, I haven't, that's why I'm asking questions. If you won't help me, > why don't you just go find your lost manhood elsewhere. CLC in a nutshell. |