Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
remote command during ftp
Name: swapan Date: February 7, 2001 at 08:19:29 Pacific
Comment:
While doing the ftp from the DOS environment ,you will get the ftp prompt. Now from this ftp prompt if you give 'remote' command . system will show you A list of commands. I am not able use those commands.[ ftp>remote USER **** PASS **** **** **** 214 ftp> ] if anybody knows this thing please help me. thanks a lot.
Summary: you might be able to pipe the username into the batch file either using a text file or batch parameters, for example: @echo off cls rem ftp into a pc c:\ftp\ftp.exe %1 /username=%2 /pass=%3 echo done!...
Summary: Is there a way to record (in a file) DOS commands so I can later look at them later - commands during the FTP. I'm getting strange errors (I don't know why they're popping up) after the FTP step of th...