Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

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
share|improve this question
I've never seen one. Sounds like an incredibly dangerous idea, though. I'm curious why you want this. – Su' Dec 7 '11 at 18:33
BeanStalk allows you to deploy your code to multiple servers. It doesn't sound like you're using version control, so you can kill two birds with one stone here. – minboost Dec 7 '11 at 22:13
Other solutions for deploying to multiple servers are discussed here. – Lèse majesté Dec 8 '11 at 3:04

closed as off topic by paulmorriss Nov 16 '12 at 9:25

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Are you simply trying to mirror files and directories on multiple servers?

If so and the servers you are using are LAMP stacks you could utilize Lsyncd to sync the folders in near real-time. That way when you upload files to Server A they are copied to Server B. The same applies to deleting files as well. I use this type of setup for redundancy with my company's cloud servers.

Here's a lsyncd setup walk-through that should help if this the type of functionality you're looking for.

share|improve this answer

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