Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / AsyncFtpClient Class / BeginFxpCopy Method / BeginFxpCopy(AsyncFtpClient,String,AsyncFtpClient,String,FxpServer,FxpSecureClientNegotiation,ISynchronizeInvoke,AsyncCallback,Object) Method


In This Topic
    BeginFxpCopy(AsyncFtpClient,String,AsyncFtpClient,String,FxpServer,FxpSecureClientNegotiation,ISynchronizeInvoke,AsyncCallback,Object) Method
    In This Topic
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also