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