DeleteFile
Deletes a file in the remote FTP Server.
Deleting Files
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. |