FTPClientConnection100 Interface

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")> _
Public Interface FTPClientConnection100 _
    Inherits IDTSFtpClientConnection100
'Usage
Dim instance As FTPClientConnection100
[GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"D0B21AC2-0477-4211-BB21-656E8381E8E1")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("D0B21AC2-0477-4211-BB21-656E8381E8E1")>]
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. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public property Retries Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public property ServerName Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public property ServerPassword Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public property ServerPort Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public property ServerUserName Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public property Timeout Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public property UsePassiveMode Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)

Top

Methods

  Name Description
Public method Close Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public method Connect Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public method CreateRemoteDirectory Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public method DeleteFiles Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public method DeleteRemoteDirectory Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public method GetListing Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public method GetWorkingDirectory Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public method ReceiveFiles Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public method SendFiles Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)
Public method SetWorkingDirectory Infrastructure. For more information, see FTPClientConnection100Class. (Inherited from IDTSFtpClientConnection100.)

Top