Xceed .NET Libraries Documentation
BeginFxpCopy(AsyncFtpClient,String,AsyncFtpClient,String,FxpServer,ISynchronizeInvoke,AsyncCallback,Object) Method


Xceed.Ftp Assembly > Xceed.Ftp Namespace > AsyncFtpClient Class > BeginFxpCopy Method : BeginFxpCopy(AsyncFtpClient,String,AsyncFtpClient,String,FxpServer,ISynchronizeInvoke,AsyncCallback,Object) Method
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 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 synchronizingObject As ISynchronizeInvoke

Dim callback As AsyncCallback

Dim state As Object

Dim value As IAsyncResult

 

value = AsyncFtpClient.BeginFxpCopy(sourceClient, sourceFileName, targetClient, targetFileName, passiveServer, synchronizingObject, callback, state)

Parameters

sourceClient
sourceFileName
targetClient
targetFileName
passiveServer
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

Reference

AsyncFtpClient Class
AsyncFtpClient Members
Overload List