Change working directory on server.
#include <ftplib.h> int FtpChdir(const char *path, netbuf *nControl);
Sends a change working directory request to the server using the specified path.
Returns 1 if successful or 0 on error.