Performing File Manipulation

The following two calls provide additional file functions that allow modifications to files on the AFTP server without using the aftp_send_file call. It is possible to rename a file on the AFTP server computer as long as the rename does not cross device boundaries. It is also possible to delete files on the AFTP server computer.

aftp_delete
Deletes a file on the AFTP server.
aftp_rename
Renames a file on the AFTP server.