InetFtpCreateDir method (LEADRasterFTP Object)
|
short InetFtpCreateDir(BSTR pszRemoteDir); | |
|
Overview |
Remarks
Creates a new directory on the FTP server.
If the directory specified in pszRemoteDir already exists on the FTP server, this method will fail.
See Also
|
Elements: |
InetFtpChangeDir method, InetFtpDeleteDir method, InetFtpGetCurrentDir method |
|
Topics: |
Working with FTP: Directory Manipulation Over an FTP Connection |