i would like to create a batch file that connects to an ftp area and picks up a txt file and places in a directory specifed on the C drive....anyone help with the code required... I have made a start but all it does is load ftp via cmd prompt. Any help would be really appreciated - I need to know how I tell it where to put the file it is picking up!
ftp ftpservername
user
password
cd /test
get module.txt
bye
ftp ftpservername
user
password
cd /test
get module.txt
bye