Vintage Computer Festival wrote:
>On 25 Feb 2004, R. D. Davis wrote:
>
>
>
>>How about Kermit? Ok, perhaps it isn't "very simple", but versions of
>>it seem to run on nearly anything from PC-DOS to CP/M, RT-11,
>>PERQs. VAXen and UNIX boxes, etc. One can do some nifty things with
>>it and scripting. I suspect that you may be familiar with it, and it
>>might not be what you're looking for, but in case you somehow managed
>>to overlook it with other things on your mind, I'm mentioning it.
>>
>>
>
>I considered Kermit. I'll look in to it. Here's a great site I found
>with lots of links to DOS networking resources:
>
>http://www.freedos.org/freedos/news/technote/157.html
>
>
>
If you set up kermit right (and you have a current enough version of kermit
on both ends), you can do a recursive transfer (i.e. transfer all
sub-directories
automatically). Check out the following commands for more info.
set rec path relative
set send path relative
set file coll update
get /relative *
send /relative *
To get the latest versions, go to the source
http://www.columbia.edu/kermit/
you should be able to find a version for just about anything there.
Received on Wed Feb 25 2004 - 17:26:40 GMT