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.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | FTPClientConnection100Class() | 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. |
| Name | Description | |
|---|---|---|
![]() | ChunkSize | 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. |
![]() | 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. Gets or sets the password for authentication. |
![]() | ServerPort | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the FTP server port. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Close() | Closes connection to the FTP server. |
![]() | Connect() | 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. |
![]() | CreateRemoteDirectory(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. |
![]() | DeleteFiles(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. |
![]() | DeleteRemoteDirectory(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. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetListing(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. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetWorkingDirectory() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the current working directory. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReceiveFiles(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. |
![]() | SendFiles(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. |
![]() | SetWorkingDirectory(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. |
![]() | ToString() | (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.


