FtpConnection.ChDir


public function ChDir

Prototype:

public function ChDir(path)

Parameters

path
the ftp path

Description:

Changes the current directory on the ftp server.

Return value:

Returns true if successfully, false otherwise.