pocketroxetz
Junior Member
Hello. I am trying to make a .com file that transfers a file from a remote computer to my local one using FTP commands on DOS. My program runs, but it is not getting the file. Can anyone provide some help? Thanks in advance! Here is the code:
ftp
open
its.calpoly.edu
username
password
cd folder_1
ascii
lcd C:\"Documents and Settings\me\My Documents"
get prog.rec
quit
ftp
open
its.calpoly.edu
username
password
cd folder_1
ascii
lcd C:\"Documents and Settings\me\My Documents"
get prog.rec
quit