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
|
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 |
|||||||
|
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.
|
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. |
|||
|
|