delete (ftp) - Remove file on FTP server
Syntax
delete(f,'filename')
Description
delete(f,'filename') removes
the file filename from the current directory of
the FTP server f, where f was
created using ftp.
Examples
Connect to hypothetical server testsite and
view the contents.
test=ftp('ftp.testsite.com');
dir(test)Suppose that the contents include the following:
. .. otherfile.m testdir
Delete otherfile.m and close
the connection.
delete(test,'otherfile.m');
close(test);
See Also
ftp, rmdir (ftp)
 | delete (COM) | | delete (handle) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit