Delete-File
Command Description
Delete the specified file in the FTP server
Command Prototype
FTP.DeleteFile(objFTP,sRemotefile)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
objFTP | True | expression | objFTP | Refers to the FTP connection object returned by the "connect to FTP server" command |
sRemotefile | True | string | "" | Specified file path in FTP remote directory |
Demo