Change to parent directory.
#include <ftplib.h> int FtpCDUp(netbuf *nControl);
FtpCDUp() sends a CDUP command to the remote server.
Returns 1 if successful or 0 on error.