Como posso carregar ou apagar arquivos em servidores multi-ftp?

0

Existe um programa para carregar ou excluir arquivos para servidores multi-ftp?

por exemplo,

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
    
por misima 07.12.2011 / 14:04

1 resposta

0

Você pode usar um cliente FTP com script, como ncftp

por exemplo. WIndows

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

Semelhante ao bash do Linux

    
por 07.12.2011 / 15:13

Tags