'Declaration Public Overloads Shared Sub FxpCopy( _ ByVal sourceClient As FtpClient, _ ByVal sourceFileName As String, _ ByVal targetClient As FtpClient, _ ByVal targetFileName As String, _ ByVal passiveServer As FxpServer, _ ByVal sslClientNegotiation As FxpSecureClientNegotiation _ )
'Usage Dim sourceClient As FtpClient Dim sourceFileName As String Dim targetClient As FtpClient Dim targetFileName As String Dim passiveServer As FxpServer Dim sslClientNegotiation As FxpSecureClientNegotiation FtpClient.FxpCopy(sourceClient, sourceFileName, targetClient, targetFileName, passiveServer, sslClientNegotiation)
public static void FxpCopy( FtpClient sourceClient, string sourceFileName, FtpClient targetClient, string targetFileName, FxpServer passiveServer, FxpSecureClientNegotiation sslClientNegotiation )
Parameters
- sourceClient
- sourceFileName
- targetClient
- targetFileName
- passiveServer
- sslClientNegotiation