FTPMAKEDIR Create a new directory on an FTP site |
Top Previous Next |
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
|