FtpChdir(3) Library Functions Manual FtpChdir(3)NAMEFtpChdir - Change working directory on server.SYNOPSIS#include <ftplib.h> int FtpChdir(const char *path, netbuf *nControl);PARAMETERSpath Specifies the desired working directory on the server. nControl A handle returned by FtpConnect().DESCRIPTIONSends a change working directory request to the server using the specified path.RETURN VALUEReturns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpChdir(3)
| Related Man Pages |
|---|
| chdir(2) - bsd |
| conchftp(1) - debian |
| ftpoptions(3) - debian |
| chdir(2) - minix |
| fchdir(2) - hpux |