On Sat, 20 Apr 2002, Samuel W. Heywood wrote: > The more recent version has > more command line options and the download package comes with a > file transfer utility named SCPDOS. I haven't done SCPDOS yet. If > anyone can use it and get it to work please post your story.
I don't know if this will be directly relevant to the DOS version, but the most direct way of using scp (secure copy) for linux goes like this: $ scp file.html [EMAIL PROTECTED]:~/public_html/ [EMAIL PROTECTED]'s password: <enter password> file.html 100% |*****************************| 3177 00:00 The asterisks serve as a progress meter. With broadband, it's kind of superfluous since it zips across the screen in a few milliseconds anyway. -- Steve Ackman http://twoloonscoffee.com (Need green beans?) http://twovoyagers.com (glass, linux & other stuff)
