'Declaration Public Overloads Shared Function BeginFxpCopy( _ ByVal sourceClient As AsyncFtpClient, _ ByVal sourceFileName As String, _ ByVal targetClient As AsyncFtpClient, _ ByVal targetFileName As String, _ ByVal passiveServer As FxpServer, _ ByVal sslClientNegotiation As FxpSecureClientNegotiation, _ ByVal synchronizingObject As ISynchronizeInvoke, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
'Usage Dim sourceClient As AsyncFtpClient Dim sourceFileName As String Dim targetClient As AsyncFtpClient Dim targetFileName As String Dim passiveServer As FxpServer Dim sslClientNegotiation As FxpSecureClientNegotiation Dim synchronizingObject As ISynchronizeInvoke Dim callback As AsyncCallback Dim state As Object Dim value As IAsyncResult value = AsyncFtpClient.BeginFxpCopy(sourceClient, sourceFileName, targetClient, targetFileName, passiveServer, sslClientNegotiation, synchronizingObject, callback, state)
Parameters
- sourceClient
- sourceFileName
- targetClient
- targetFileName
- passiveServer
- sslClientNegotiation
- synchronizingObject
- callback
- state