Search found 2 matches

by MFOSDICK
18 Sep 2010 13:01
Forum: DOS Batch Forum
Topic: FTP batch top move (append) to a single remote filename
Replies: 3
Views: 5656

Re: FTP batch top move (append) to a single remote filename

Thank you Amel27! I will test out your work and look into cURL.
by MFOSDICK
17 Sep 2010 09:40
Forum: DOS Batch Forum
Topic: FTP batch top move (append) to a single remote filename
Replies: 3
Views: 5656

FTP batch top move (append) to a single remote filename

I am attempting to create an export batch file that will FTP several small .txt files to a single file on a remote ftp server. I created a batch file that seems to work in testing although I have concerns with loosing data if the batch runs and the ftp is unavailable. Is there a better way to script...