FTPClientConnection100 Interface

Definition

For more information, see IDTSFtpClientConnection100.

public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
Derived
Attributes
Implements

Properties

ChunkSize

Gets or sets the size of the chunk.

(Inherited from IDTSFtpClientConnection100)
Retries

Gets or sets the number of times that the FTP client retried connecting.

(Inherited from IDTSFtpClientConnection100)
ServerName

Gets or sets the name of the server.

(Inherited from IDTSFtpClientConnection100)
ServerPassword

Sets the server password.

(Inherited from IDTSFtpClientConnection100)
ServerPort

Gets or sets the server port used in the connection.

(Inherited from IDTSFtpClientConnection100)
ServerUserName

Gets or sets the user name for the server.

(Inherited from IDTSFtpClientConnection100)
Timeout

Gets or sets the time out for the connection.

(Inherited from IDTSFtpClientConnection100)
UsePassiveMode

Gets or sets whether the client connection uses passive mode.

(Inherited from IDTSFtpClientConnection100)

Methods

Close()

Closes the client connection.

(Inherited from IDTSFtpClientConnection100)
Connect()

Establishes a connection for the client.

(Inherited from IDTSFtpClientConnection100)
CreateRemoteDirectory(String)

Creates a remote directory for the connection.

(Inherited from IDTSFtpClientConnection100)
DeleteFiles(String[])

Deletes files for the client connection.

(Inherited from IDTSFtpClientConnection100)
DeleteRemoteDirectory(String)

Deletes the remote directory for the client connection.

(Inherited from IDTSFtpClientConnection100)
GetListing(String[], String[])

Gets the listing for the client connection.

(Inherited from IDTSFtpClientConnection100)
GetWorkingDirectory()

Gets the working directory for the client connection.

(Inherited from IDTSFtpClientConnection100)
ReceiveFiles(String[], String, Boolean, Boolean)

Receives files from a remote location..

(Inherited from IDTSFtpClientConnection100)
SendFiles(String[], String, Boolean, Boolean)

Send files to a remote location.

(Inherited from IDTSFtpClientConnection100)
SetWorkingDirectory(String)

Sets the working directory for the client connection.

(Inherited from IDTSFtpClientConnection100)

Applies to