FtpTaskOperation Enumeration
The FtpTaskOperation enumeration provides options for the type of FTP operation to perform in a SQL Server Integration Services FTP Task.
Enumeration Values
Name | Summary |
---|---|
Send | Specifies that files should be uploaded to the FTP server. |
Receive | Specifies that files should be downloaded from the FTP server. |
CreateLocalDirectory | Specifies that a directory on the local filesystem should be created. |
CreateRemoteDirectory | Specifies that a directory on the remote FTP filesystem should be created. |
DeleteLocalDirectory | Specifies that a directory on the local filesystem should be deleted. |
DeleteRemoteDirectory | Specifies that a directory on the remote FTP filesystem should be deleted. |
DeleteLocalFiles | Specifies that files on the local filesystem should be deleted. |
DeleteRemoteFiles | Specifies that files on the remote FTP filesystem should be deleted. |