Share via


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
Public property ChunkSize Infrastructure. Gets or sets the size of the chunk.
Public property Retries Infrastructure. Gets or sets the number of times that the FTP client retried connecting.
Public property ServerName Infrastructure. Gets or sets the name of the server.
Public property ServerPassword Infrastructure. Sets the server password.
Public property ServerPort Infrastructure. Gets or sets the server port used in the connection.
Public property ServerUserName Infrastructure. Gets or sets the user name for the server.
Public property Timeout Infrastructure. Gets or sets the time out for the connection.
Public property UsePassiveMode Infrastructure. Gets or sets whether the client connection uses passive mode.

Top

Methods

  Name Description
Public method Close Infrastructure. Closes the client connection.
Public method Connect Infrastructure. Establishes a connection for the client.
Public method CreateRemoteDirectory Infrastructure. Creates a remote directory for the connection.
Public method DeleteFiles Infrastructure. Deletes files for the client connection.
Public method DeleteRemoteDirectory Infrastructure. Deletes the remote directory for the client connection.
Public method GetListing Infrastructure. Gets the listing for the client connection.
Public method GetWorkingDirectory Infrastructure. Gets the working directory for the client connection.
Public method ReceiveFiles Infrastructure. Receives files from a remote location..
Public method SendFiles Infrastructure. Send files to a remote location.
Public method SetWorkingDirectory Infrastructure. Sets the working directory for the client connection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace