InetFtpCreateDir method (LEADRasterFTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetFtpCreateDir(BSTR pszRemoteDir);

Overview

Refer to How to Program with the LEAD Raster FTP Object

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