como transferir arquivos entre dois ftps

4

Eu preciso transferir arquivos do meu ftp para outro, existe alguma ferramenta para colocar dois acessos e eu transfiro de um para outro sem baixar os arquivos para minha máquina?

    
por Tuyoshi Vinicius 14.11.2014 / 21:29

2 respostas

3

Você pode usar um cliente que suporte o protocolo FXP, conforme descrito em uma das respostas deste webmaster.stackexchange.com Perguntas e respostas:

Os itens a seguir são da Base de conhecimento do SmartFTP :

trecho

What Is FXP?

FXP stands for File eXchange Protocol. It lets you copy files from one FTP-server to another using an FXP-client. Normally you transfer files using the FTP protocol between your machine and a FTP-server, and the maximum transfer speed depends on the speed of your Internet connection (e.g. 56k, cable or T1). When transferring files between two remote servers using an FXP client, the maximum transfer speed does not depend on your connection but only on the connection between the two servers, which is usually much faster than your own connection. Because it is a direct connection you will not be able to see the progress or the transfer speed of the files.

2 clientes desse tipo que oferecem suporte a isso são SmartFTP e CuteFTP .

trecho

Restrictions

  • Both FTP servers must support FXP and have it enabled. Please consult with the server administrator since most FTP servers do not support FXP, or have FXP disabled due to potential security risks.
  • One server has to support PASV mode and the other server must allow PORT commands from a foreign address. The client logs in to both servers and then it arranges for a file transfer by telling one server that it will be a passive transfer and the other that it will be an active transfer, see example.
trecho

Example

The FTP client tells the destination FTP server to listen for a connection by sending a "PASV" command. The source FTP server connects to the data port reported by the destination server (after a successful PASV command). The client then passes the address/port in a "PORT" command to the destination server. Thus all the data goes directly from the source to the destination FTP server. Both servers only report status messages on fail/success to the FTP client. You can transfer files from one remote server to another using SmartFTP by opening a remote server in each window and then dragging and dropping.

Referências

por 14.11.2014 / 21:51
1

Você pode usar o FXP. Eu uso o CBFTP para Linux FXP: link

    
por 12.08.2018 / 00:21

Tags