FtpCDUp(3) Library Functions Manual FtpCDUp(3)NAMEFtpCDUp - Change to parent directory.SYNOPSIS#include <ftplib.h> int FtpCDUp(netbuf *nControl);PARAMETERSnControl A handle returned by FtpConnect().DESCRIPTIONFtpCDUp() sends a CDUP command to the remote server.RETURN VALUEReturns 1 if successful or 0 on error. FTPlib 20 June 1998 FtpCDUp(3)