FtpCDUp
Change to parent directory.
- Provided by: ftplib-dev (Version: 3.1-1-9build1)
- Source: ftplib
- Report a bug
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.