ftp_chdir

ftp_chdir -- Changes directories on a FTP server

Description

int ftp_chdir(int ftp_stream, string directory);

Returns true on success, false on error.

Changes to the specified directory.