Determine current working directory on server.
#include <ftplib.h> int ftplib_pwd(char *path, int max, netbuf *nbp);
ftplib_pwd() 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.
$Id: ftplib_pwd.html,v 1.1 2002/12/02 03:12:52 te Exp $