DeleteFile
Deletes a file in the remote FTP Server.
Stored Procedure Specific Information
Process of Delete File
FTP allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.
For example:
EXECUTE DeleteFile RemoteFile = '/home/test/CDataTest/SPTest/TestFile.txt'
Input
Name | Type | Required | Description |
RemoteFile | String | False | Specify the remote file name/path to be deleted. |
Result Set Columns
Name | Type | Description |
Success | String | This parameter sets whether the operation was successful or not. |