Contents
Previous
Next
Subchapters
Current Chapters->
openftp
closeftp
getftp
putftp
lsftp
delftp
cdftp
typeftp
Parent Chapters->
Omatrix6
io
ftp
delftp
Search Tools->
contents
reference
index
search
delete - Deleting a File on a Remote Host
Syntax
ftp("delete",
remote file name
)
See Also:
openftp
,
lsftp
Description
Deletes the specified file on a remote host. The character row vector
remote file name
specifies the name of the file to delete. The return value is true if the file was deleted and false otherwise.