FtpConnection.MkDir


public function MkDir

Prototype:

public function MkDir(path)

Parameters

path
the ftp path

Description:

Creates a new directory on the ftp server.

Return value:

Returns true if successfully, false otherwise.