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.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ChunkSize | 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. |
![]() | Retries | 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. |
![]() | ServerName | 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. |
![]() | ServerPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the server password. |
![]() | ServerPort | 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. |
![]() | ServerUserName | 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. |
![]() | Timeout | 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. |
![]() | UsePassiveMode | 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. |
| Name | Description | |
|---|---|---|
![]() | Close() | This API supports the product infrastructure and is not intended to be used directly from your code. Closes the client connection. |
![]() | Connect() | This API supports the product infrastructure and is not intended to be used directly from your code. Establishes a connection for the client. |
![]() | CreateRemoteDirectory(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. |
![]() | DeleteFiles(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. |
![]() | DeleteRemoteDirectory(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. |
![]() | GetListing(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. |
![]() | GetWorkingDirectory() | 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. |
![]() | ReceiveFiles(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. |
![]() | SendFiles(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. |
![]() | SetWorkingDirectory(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. |

