Deletes a file on an FTP server.
Synopsis
error = InetDelete(name)
Args
name is the name of the file (on the FTP server) to delete. This can be either a partially or fully qualified file name relative to the current directory on the server.
Returns
An empty string if successful, or an error message if a problem.
Notes
You can call InetDir only if the current server handle has been set to use FTP protocol.