yf920 Posted September 1, 2004 Share Posted September 1, 2004 i am trying to learn it by myself now so i have several problems to be fixed how to realise this process automaticly 1.log on a ftp 2.get the required files from FTP to my local pc Link to comment Share on other sites More sharing options...
0 kjordan2001 Posted September 1, 2004 Share Posted September 1, 2004 (edited) Get wget: http://gnuwin32.sourceforge.net/packages/wget.htm You can even specify a file with the list of files in it (one per line): wget ftp://user:pass@ftp.yourftp.com -i yourlist Edited September 1, 2004 by kjordan2001 Link to comment Share on other sites More sharing options...
0 yf920 Posted September 1, 2004 Author Share Posted September 1, 2004 with user and password Link to comment Share on other sites More sharing options...
0 yf920 Posted September 1, 2004 Author Share Posted September 1, 2004 but i know both of them so to login the ftp is not difficult Link to comment Share on other sites More sharing options...
0 kjordan2001 Posted September 1, 2004 Share Posted September 1, 2004 Just in case you didn't see my edit, I'm pointing it out. Link to comment Share on other sites More sharing options...
0 yf920 Posted September 1, 2004 Author Share Posted September 1, 2004 thanks but i need to use winbatch to realise the procession:) Link to comment Share on other sites More sharing options...
0 kjordan2001 Posted September 2, 2004 Share Posted September 2, 2004 thanksbut i need to use winbatch to realise the procession:) Huh? Not sure I understand. wget is a command line program which will print out the status of the current file it's getting. Link to comment Share on other sites More sharing options...
Question
yf920
i am trying to learn it by myself now
so i have several problems to be fixed
how to realise this process automaticly
1.log on a ftp
2.get the required files from FTP to my local pc
Link to comment
Share on other sites
6 answers to this question
Recommended Posts