FTPClientConnection100Class Class

 

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

Provides properties and methods for an FTP client task.

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

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

[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("33E956B6-E94D-442F-A649-F9841B0D1473")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
public ref class FTPClientConnection100Class : IDTSFtpClientConnection100, 
	FTPClientConnection100

NameDescription
System_CAPS_pubmethodFTPClientConnection100Class()

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

Initializes a new instance of the FTPClientConnection100Class class.

NameDescription
System_CAPS_pubpropertyChunkSize

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

Gets or sets the amount of data in bytes for the data transfer.

System_CAPS_pubpropertyRetries

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

Gets or sets the number of times the task attempts an operation.

System_CAPS_pubpropertyServerName

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

Gets or sets the name of the FTP server.

System_CAPS_pubpropertyServerPassword

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

Gets or sets the password for authentication.

System_CAPS_pubpropertyServerPort

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

Gets or sets the FTP server port.

System_CAPS_pubpropertyServerUserName

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

Gets or sets the logon alias of the user.

System_CAPS_pubpropertyTimeout

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

Gets or sets a value that indicates how long to attempt the connection before timing out.

System_CAPS_pubpropertyUsePassiveMode

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

Gets or sets a value that indicates whether the task sends and receives files in passive mode.

NameDescription
System_CAPS_pubmethodClose()

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

Closes connection to the FTP server.

System_CAPS_pubmethodConnect()

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

Attempts to establish a connection to FTP server.

System_CAPS_pubmethodCreateRemoteDirectory(String^)

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

Creates the specified folder on the FTP server.

System_CAPS_pubmethodDeleteFiles(array<String^>^)

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

Deletes the list of files on the FTP server.

System_CAPS_pubmethodDeleteRemoteDirectory(String^)

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

Deletes the specified folder on the FTP server.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetListing(array<String^>^%, array<String^>^%)

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

Gets a listing of files on the current working directory.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetWorkingDirectory()

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

Gets the current working directory.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReceiveFiles(array<String^>^, String^, Boolean, Boolean)

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

Receives the files from the FTP server.

System_CAPS_pubmethodSendFiles(array<String^>^, String^, Boolean, Boolean)

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

Sends the files from the local computer to the FTP server.

System_CAPS_pubmethodSetWorkingDirectory(String^)

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

Sets the current working directory to the specified path.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: