ComponentPro UltimateFtp

      RemoteCopyAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Starts an asynchronous copy a file on this FTP server to another server specified in the destinationFtpServer parameter using direct server-to-server transfer, also known as FXP.

      Overload List

      RemoteCopyAsync(Ftp, String, String, AsyncCompletedEventHandler, Object)Starts an asynchronous copy a file on this FTP server to another server specified in the destinationFtpServer parameter using direct server-to-server transfer, also known as FXP.RemoteCopyAsync(Ftp, String, String, Object)Starts an asynchronous copy a file on this FTP server to another server specified in the destinationFtpServer parameter using direct server-to-server transfer, also known as FXP.RemoteCopyAsync(Ftp, String, String)Starts an asynchronous copy a file on this FTP server to another server specified in the destinationFtpServer parameter using direct server-to-server transfer, also known as FXP.
      Top

      See Also