Determine current working directory on server.
#include <ftplib.h> int FtpPwd(char *path, int max, netbuf *nControl);
FtpPwd() attempts to determine the current default directory at the server and return it to the user's buffer.
Returns 1 if successful or 0 on error.