Is there a program for upload or delete files to multi-ftp servers.

eg.

Ftp sites:
  ftp.a-site.com
  ftp.another-site.com

Command:
  DELETE a-file From All FTP SITES
Or:
  DELETE a-file or selected-file From all-selected-sites
link|improve this question
feedback

1 Answer

You can use a scriptable FTP client such as ncftp

e.g. WIndows

for %s in (example.com example.org example.net) do ncftpput %s docroot misima.jpg

Similar for Linux bash

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.