IDTSFTPTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the properties for the FTP task
public interface class IDTSFTPTask
public interface IDTSFTPTask
type IDTSFTPTask = interface
Public Interface IDTSFTPTask
- Derived
Properties
Connection |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection name of the FTP connection manager used by the task. |
IsLocalPathVariable |
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 local path is stored in a variable or a FILE connection manager. |
IsRemotePathVariable |
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 remote path is stored in a variable. |
IsTransferTypeASCII |
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 files transferred to and from the remote FTP server should be transferred in ASCII mode. |
LocalPath |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the local path to use. |
Operation |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the FTP operation to perform. |
OperationName |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a unique name of the operation for the FTP task. |
OverwriteDestination |
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 a file at the destination can be overwritten. |
RemotePath |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the remote path to use. |
StopOnOperationFailure |
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 FTP task terminates when the FTP operation fails. |