Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpClient Class / FxpCopy Method / FxpCopy(FtpClient,String,FtpClient,String,FxpServer,FxpSecureClientNegotiation) Method


In This Topic
    FxpCopy(FtpClient,String,FtpClient,String,FxpServer,FxpSecureClientNegotiation) Method
    In This Topic
    Syntax
    '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)

    Parameters

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