Search found 5 matches

by brandonrit
28 Sep 2012 12:25
Forum: DOS Batch Forum
Topic: Help with only downloading new files
Replies: 9
Views: 5199

Re: Help with only downloading new files

Figured it out - the batch file actually works fine - it is comparing the files on the ftp to the local directory of the batch file.

The batch file was actually writing the file to another location - hence the constant downloading..

One more cup of coffee was all i needed....


:oops:
by brandonrit
28 Sep 2012 08:30
Forum: DOS Batch Forum
Topic: Help with only downloading new files
Replies: 9
Views: 5199

Re: Help with only downloading new files

Paths all appear to be correct
files are being written to the correct directories -it just is not doing the do if not exist action properly..

time for more coffee
by brandonrit
28 Sep 2012 08:09
Forum: DOS Batch Forum
Topic: Help with only downloading new files
Replies: 9
Views: 5199

Re: Help with only downloading new files

My issue appears to be in the comparing of the list of files on the ftp vs the local drive

any ideas?
by brandonrit
27 Sep 2012 05:36
Forum: DOS Batch Forum
Topic: Help with only downloading new files
Replies: 9
Views: 5199

Re: Help with only downloading new files

Thanks I'll try it and let you know!

You rock!
by brandonrit
26 Sep 2012 17:18
Forum: DOS Batch Forum
Topic: Help with only downloading new files
Replies: 9
Views: 5199

Help with only downloading new files

All - I am trying to make a batch file that only downloads the new files from an ftp site that are not in a local directory.. then use scheduler to run that bat file once ever 5 mins. When i run this - it tries to download the files that are already there and overwrite them... Where is my error.. i ...