Robust FTP client for batch uploading to multiple servers

D

Daneel

Hi all,

I have to upload the same files to multiple FTP servers every day.

Is there an FTP client which supports to automatically upload the same
files to multiple FTP servers, without requireing user interaction for
each FTP server? In addition it should be robust, that means it should
never give up uploading. For example: If a FTP server is not reachable
- it should automatically try again (later). If there is a timeout
during submission - automatically try again (later).

I basically would like to start the process in the evening and it
whould be finished in the morning when I wake up, knowing that the
program did its very best to mirror my files to all given FTP servers.

Does anyone know the right tool for this? It should be free or at
least very reasonably priced.

Many thanks,
Michael
 
P

Pegasus \(MVP\)

Daneel said:
Hi all,

I have to upload the same files to multiple FTP servers every day.

Is there an FTP client which supports to automatically upload the same
files to multiple FTP servers, without requireing user interaction for
each FTP server? In addition it should be robust, that means it should
never give up uploading. For example: If a FTP server is not reachable
- it should automatically try again (later). If there is a timeout
during submission - automatically try again (later).

I basically would like to start the process in the evening and it
whould be finished in the morning when I wake up, knowing that the
program did its very best to mirror my files to all given FTP servers.

Does anyone know the right tool for this? It should be free or at
least very reasonably priced.

Many thanks,
Michael

You can do all of the above by embedding Windows ftp.exe in
a batch file, except for the timeout retry.
 
D

Daneel

You can do all of the above by embedding Windows ftp.exe in
a batch file, except for the timeout retry.- Hide quoted text -

Many thanks. Unfortunately the robustness is pretty crucial for this
application (as you can imagine). Any other suggestions?

Many thanks,
Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top