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