IDTSFtpClientConnection100 Interface

 

This API supports the product 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)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FNonExtensible | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
public interface class IDTSFtpClientConnection100

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 size of the chunk.

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 that the FTP client retried connecting.

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 server.

System_CAPS_pubpropertyServerPassword

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

System_CAPS_pubpropertyServerPort

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the server port used in the connection.

System_CAPS_pubpropertyServerUserName

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the user name for the server.

System_CAPS_pubpropertyTimeout

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the time out for the connection.

System_CAPS_pubpropertyUsePassiveMode

This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets whether the client connection uses passive mode.

NameDescription
System_CAPS_pubmethodClose()

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

System_CAPS_pubmethodConnect()

This API supports the product infrastructure and is not intended to be used directly from your code. Establishes a connection for the client.

System_CAPS_pubmethodCreateRemoteDirectory(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a remote directory for the connection.

System_CAPS_pubmethodDeleteFiles(array<String^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Deletes files for the client connection.

System_CAPS_pubmethodDeleteRemoteDirectory(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Deletes the remote directory for the client connection.

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 the listing for the client connection.

System_CAPS_pubmethodGetWorkingDirectory()

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the working directory for the client connection.

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 files from a remote location..

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. Send files to a remote location.

System_CAPS_pubmethodSetWorkingDirectory(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Sets the working directory for the client connection.

Return to top
Show: