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)

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

© West Wind Technologies, 1996-2022 • Updated: 09/06/11
Comment or report problem with topic