wwftp::FtpCreateDirectory
Creates a new directory on the FTP server. You have to use FTPConnect first to establish a connection to the server.
o.FTPCreateDirectory(cPath)
.T. or .F.
Parameters
cPath
The path to create on the server. The path must be server relative such as /test.
Remarks
Path must be server relative such as /test. Appropriate user rights are required for create and remove directory operations.
See also
Class wwFtp (deprecated)© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic