FTPClientConnection100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
For more information, see IDTSFtpClientConnection100.
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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | ServerPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the server password.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
| Name | Description | |
|---|---|---|
![]() | Close() | This API supports the product infrastructure and is not intended to be used directly from your code. Closes the client connection.(Inherited from IDTSFtpClientConnection100.) |
![]() | Connect() | This API supports the product infrastructure and is not intended to be used directly from your code. Establishes a connection for the client.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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..(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |
![]() | 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.(Inherited from IDTSFtpClientConnection100.) |

