Ftp.CopyToAnotherServer Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
CopyToAnotherServer(Ftp, String, String)
Copies a file on this FTP server to another server using direct server-to-server transfer, also known as FXP.
Declaration
public void CopyToAnotherServer(Ftp destinationServer, string sourcePath, string destinationPath)