.\" This manual page was generated from the file FtpChdir.html. .TH FtpChdir 3 "06 November 1997" FTPlib .SH NAME FtpChdir \- Change working directory on server. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpChdir(const char *" path ", netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "path" Specifies the desired working directory on the server. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP Sends a change working directory request to the server using the specified path. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.