Skip to main content

FTP Delete Files

Command description

Delete one or more files from an FTP server.

Command Input Parameters

input parametersInput parameter typeDescription
FTP Connection ObjectFtpConnectionConnection object created by the "Create FTP Connection" command
File to Deletestr or list[str]Remote file path relative to the current working directory; pass a list to delete multiple files

Command Output Parameters

None.

Generation Notes

  • This deletes files from the remote server and does not affect local files.