Creates a new directory on the FTP server. You have to use FTPConnect first to establish a connection to the server.
o.FTPCreateDirectory(cPath)
Return Value
.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, 2024 • Updated: 09/06/11
Comment or report problem with topic