Share via


FTPClientConnection100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

For more information, see IDTSFtpClientConnection100.

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 FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
'Usage
Dim instance As FTPClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type FTPClientConnection100 =  
    interface 
        interface IDTSFtpClientConnection100 
    end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100

The FTPClientConnection100 type exposes the following members.

Properties

  Name Description
Public property ChunkSize Infrastructure. Gets or sets the size of the chunk. (Inherited from IDTSFtpClientConnection100.)
Public property Retries Infrastructure. Gets or sets the number of times that the FTP client retried connecting. (Inherited from IDTSFtpClientConnection100.)
Public property ServerName Infrastructure. Gets or sets the name of the server. (Inherited from IDTSFtpClientConnection100.)
Public property ServerPassword Infrastructure. Sets the server password. (Inherited from IDTSFtpClientConnection100.)
Public property ServerPort Infrastructure. Gets or sets the server port used in the connection. (Inherited from IDTSFtpClientConnection100.)
Public property ServerUserName Infrastructure. Gets or sets the user name for the server. (Inherited from IDTSFtpClientConnection100.)
Public property Timeout Infrastructure. Gets or sets the time out for the connection. (Inherited from IDTSFtpClientConnection100.)
Public property UsePassiveMode Infrastructure. Gets or sets whether the client connection uses passive mode. (Inherited from IDTSFtpClientConnection100.)

Top

Methods

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

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace