IDTSFtpClientConnection100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the interface for the FTP Client Connection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface IDTSFtpClientConnection100
'Usage
Dim instance As IDTSFtpClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type IDTSFtpClientConnection100 = interface end
public interface IDTSFtpClientConnection100
The IDTSFtpClientConnection100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChunkSize | Infrastructure. Gets or sets the size of the chunk. | |
Retries | Infrastructure. Gets or sets the number of times that the FTP client retried connecting. | |
ServerName | Infrastructure. Gets or sets the name of the server. | |
ServerPassword | Infrastructure. Sets the server password. | |
ServerPort | Infrastructure. Gets or sets the server port used in the connection. | |
ServerUserName | Infrastructure. Gets or sets the user name for the server. | |
Timeout | Infrastructure. Gets or sets the time out for the connection. | |
UsePassiveMode | Infrastructure. Gets or sets whether the client connection uses passive mode. |
Top
Methods
Name | Description | |
---|---|---|
Close | Infrastructure. Closes the client connection. | |
Connect | Infrastructure. Establishes a connection for the client. | |
CreateRemoteDirectory | Infrastructure. Creates a remote directory for the connection. | |
DeleteFiles | Infrastructure. Deletes files for the client connection. | |
DeleteRemoteDirectory | Infrastructure. Deletes the remote directory for the client connection. | |
GetListing | Infrastructure. Gets the listing for the client connection. | |
GetWorkingDirectory | Infrastructure. Gets the working directory for the client connection. | |
ReceiveFiles | Infrastructure. Receives files from a remote location.. | |
SendFiles | Infrastructure. Send files to a remote location. | |
SetWorkingDirectory | Infrastructure. Sets the working directory for the client connection. |
Top