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.
Need help in DOS ftp
Name: Rambo Date: January 31, 2000 at 06:13:50 Pacific
Comment:
Hi , I am trying to run a batch program which will ftp the contents from UNIX . What is happening is after executing the ftp command the remaining commands in the batch file are not executing , is there any way to do it ?.
Name: Davy Date: January 31, 2000 at 08:25:28 Pacific
Reply:
I know how to do this from DOS to UNIX, but the other way round you need 3rd party FTP software (if you haven't already). You could try using the "macdef" command to define a macro that will do all you need to do. You then ftp I think to execute.
Hope this helps
0
Response Number 2
Name: Stewart Date: February 2, 2000 at 04:01:51 Pacific
Reply:
By executing the FTP command in DOS you are starting the FTP shell and so the DOS batch file is waiting until you exit from it before continuing. Try using the command FTP -s:filename where filename is a batch file of your FTP commands, in your DOS batch file.
regards
Stewart
0
Response Number 3
Name: shawn Date: March 9, 2000 at 20:26:54 Pacific
Reply:
I am trying to make a batch for doa ftp to upload to unix shell. problem is i cant get the script to submit the user:pwd at the right moment . is there a way to wait in the dos ftp script file. ?? the unix serv asks user? password ?? thx
0
Response Number 4
Name: Shelby Date: October 10, 2000 at 17:22:18 Pacific
Reply:
Please send me very slow, simple step by step instructions on how to upload html files to the internet with dos ftp. Thanks,
Summary: If you would be so kind as to go down to "Dos letters" and help me out. I just need to know the best possible or the exact font and color to make a "Dos letter\character". (e.g. A in dos would look...
Summary: Skip all the Bogus MS DOS half pirated software. Get DR-DOS 7.03; ftp://ftp.lineo.com/pub/drdos/DR-DOS.703/images/ You need 5 formatted 1.44 Meg floppy disks. Create a Temporary directory on your hard...
Summary: I am taking an online class in DOS, and, unfortunately, the last problem is way over my head. Here's what I have to do: Create a simple menu system to help someone with DOS commands. It is to be a ...