Share via


FTPClientConnection100Class Class

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class

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

Syntax

'Declaration
<GuidAttribute("6CB0CB19-BD08-4366-8FED-9A70D2B61B8E")> _
<ClassInterfaceAttribute()> _
Public Class FTPClientConnection100Class _
    Implements IDTSFtpClientConnection100, FTPClientConnection100
'Usage
Dim instance As FTPClientConnection100Class
[GuidAttribute("6CB0CB19-BD08-4366-8FED-9A70D2B61B8E")]
[ClassInterfaceAttribute()]
public class FTPClientConnection100Class : IDTSFtpClientConnection100, 
    FTPClientConnection100
[GuidAttribute(L"6CB0CB19-BD08-4366-8FED-9A70D2B61B8E")]
[ClassInterfaceAttribute()]
public ref class FTPClientConnection100Class : IDTSFtpClientConnection100, 
    FTPClientConnection100
[<GuidAttribute("6CB0CB19-BD08-4366-8FED-9A70D2B61B8E")>]
[<ClassInterfaceAttribute()>]
type FTPClientConnection100Class =  
    class
        interface IDTSFtpClientConnection100
        interface FTPClientConnection100
    end
public class FTPClientConnection100Class implements IDTSFtpClientConnection100, FTPClientConnection100

The FTPClientConnection100Class type exposes the following members.

Constructors

  Name Description
Public method FTPClientConnection100Class Infrastructure.

Top

Properties

  Name Description
Public property ChunkSize Infrastructure.
Public property Retries Infrastructure.
Public property ServerName Infrastructure.
Public property ServerPassword Infrastructure.
Public property ServerPort Infrastructure.
Public property ServerUserName Infrastructure.
Public property Timeout Infrastructure.
Public property UsePassiveMode Infrastructure.

Top

Methods

  Name Description
Public method Close
Public method Connect Infrastructure.
Public method CreateRemoteDirectory Infrastructure.
Public method DeleteFiles Infrastructure.
Public method DeleteRemoteDirectory Infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetListing Infrastructure.
Public method GetType (Inherited from Object.)
Public method GetWorkingDirectory Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method ReceiveFiles Infrastructure.
Public method SendFiles Infrastructure.
Public method SetWorkingDirectory Infrastructure.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.