<< back to sysax.com Product page

4.1.1. Delete Remote File

The delete Deletes a single file on a remote computer. See also mdelete, which can delete multiple files. This command is followed by the parameter 'remote-file'. It specifies the file to delete.

The Syntax is

Exhibit 4.1. Syntax of "delete" command

 
 delete remote-file


The example is

Exhibit 4.2. Example of "delete" command


 sysaxftp> delete 2007sep8.txt

 DELE 2007sep8.txt
 250 Deleted "/2007sep8.txt"

 sysaxftp>