MATLAB Function Reference Previous page   Next Page
rmdir (ftp)

Remove directory on FTP server

Syntax

Description

rmdir(f,'dirname') removes the directory dirname from the current directory of the FTP server f, where f was created using ftp.

Examples

Connect to server testsite, view the contents of testdir, and remove the directory newdir from the directory testdir.

See Also

cd (ftp), delete (ftp), dir (ftp), ftp, mkdir (ftp)


Previous page  rmdir rmfield Next page

© 1994-2005 The MathWorks, Inc.