Search found 2 matches

by jumpingjack
04 Nov 2011 17:48
Forum: DOS Batch Forum
Topic: Ftp login and download in batchfile in Windows 7
Replies: 2
Views: 4678

Re: Ftp login and download in batchfile in Windows 7

> FTP.do ECHO o site
>> FTP.do ECHO username
>> FTP.do ECHO password
>> FTP.do ECHO get file
>> FTP.do ECHO bye


This is what I'm using right now
the o is not a typo =P
by jumpingjack
04 Nov 2011 17:36
Forum: DOS Batch Forum
Topic: put list of files in ftp server into .txt
Replies: 0
Views: 6548

put list of files in ftp server into .txt

I found some code to automatically download only new files from an ftp server. It does this by making two text files, one of the local files, and one of the ftp servers files. It then compares these files to see what needs to be downloaded. I am getting stuck on the ftp files list. here's some of th...