MATLAB Function Reference Previous page   Next Page
mkdir (ftp)

Create new directory on FTP server

Syntax

Description

mkdir(f,'dirname') creates the directory dirname in the current directory of the FTP server f, where f was created using ftp, and where dirname is a pathname relative to the current directory on f.

Examples

Connect to server testsite, view the contents, and create the directory newdir in the directory testdir.

See Also

dir (ftp), ftp, rmdir (ftp)


Previous page  mkdir mkpp Next page

© 1994-2005 The MathWorks, Inc.