Change working directory on server.
#include <ftplib.h> int ftplib_chdir(const char *path, netbuf *nbp);
Sends a change working directory request to the server using the specified path.
Returns 1 if successful or 0 on error.
$Id: ftplib_chdir.html,v 1.1 2002/12/02 03:12:51 te Exp $