FTPClientConnection100 Interface

Definition

public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
Derived
Attributes
Implements

Properties

ChunkSize (Inherited from IDTSFtpClientConnection100)
Retries (Inherited from IDTSFtpClientConnection100)
ServerName (Inherited from IDTSFtpClientConnection100)
ServerPassword (Inherited from IDTSFtpClientConnection100)
ServerPort (Inherited from IDTSFtpClientConnection100)
ServerUserName (Inherited from IDTSFtpClientConnection100)
Timeout (Inherited from IDTSFtpClientConnection100)
UsePassiveMode (Inherited from IDTSFtpClientConnection100)

Methods

Close() (Inherited from IDTSFtpClientConnection100)
Connect() (Inherited from IDTSFtpClientConnection100)
CreateRemoteDirectory(String) (Inherited from IDTSFtpClientConnection100)
DeleteFiles(String[]) (Inherited from IDTSFtpClientConnection100)
DeleteRemoteDirectory(String) (Inherited from IDTSFtpClientConnection100)
GetListing(String[], String[]) (Inherited from IDTSFtpClientConnection100)
GetWorkingDirectory() (Inherited from IDTSFtpClientConnection100)
ReceiveFiles(String[], String, Boolean, Boolean) (Inherited from IDTSFtpClientConnection100)
SendFiles(String[], String, Boolean, Boolean) (Inherited from IDTSFtpClientConnection100)
SetWorkingDirectory(String) (Inherited from IDTSFtpClientConnection100)

Applies to