table of contents
other versions
- jessie 3.1-1-9
FtpCDUp(3) | Library Functions Manual | FtpCDUp(3) |
NAME¶
FtpCDUp - Change to parent directory.SYNOPSIS¶
#include <ftplib.h>PARAMETERS¶
- nControl
- A handle returned by FtpConnect().
DESCRIPTION¶
FtpCDUp() sends a CDUP command to the remote server.RETURN VALUE¶
Returns 1 if successful or 0 on error.20 June 1998 | FTPlib |