IDTSConnectionManagerFtp100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a connection manager FTP class.
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 minimum number of bytes to retrieve or send. |
![]() | 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 the task attempts an operation. |
![]() | 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 FTP server. |
![]() | ServerPassword | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the password for the server specified in the server name. |
![]() | ServerPort | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the port number on the server. |
![]() | ServerUserName | 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. |
![]() | Timeout | 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. |
![]() | UsePassiveMode | 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. |
For more information, see ConnectionManager.
