FTPMAKEDIR        Create a new directory on an FTP site

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands >

FTPMAKEDIR        Create a new directory on an FTP site

Syntax:

FTPMAKEDIR

[ dir name ]

Arguments:

[ dir name ]

Variable or string defining the directory name to create.

Options:

None

 

 

 

When connected to a HTTP/HTTPS site, this command will only work with a DAV enabled web server.  For further details on DAV enabled web server, see http://www.webdav.org/specs/rfc2518.html.

 

This script command creates a new directory on an FTP site. This is an example of the FTPMAKEDIR command:

 

FTPMAKEDIR "newdirectory"

 

To create a local folder, use the MAKEDIR script command.

 

 

Related command(s): FTPCD, FTPDELETE, FTPRENAME, FTPLIST