debian man page for ftpchdir

Query: ftpchdir

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FtpChdir(3)						     Library Functions Manual						       FtpChdir(3)

NAME
FtpChdir - Change working directory on server.
SYNOPSIS
#include <ftplib.h> int FtpChdir(const char *path, netbuf *nControl);
PARAMETERS
path Specifies the desired working directory on the server. nControl A handle returned by FtpConnect().
DESCRIPTION
Sends a change working directory request to the server using the specified path.
RETURN VALUE
Returns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpChdir(3)
Related Man Pages
cd(1t) - opensolaris
chdir(2) - bsd
ftpoptions(3) - debian
chdir(2) - hpux
fchdir(2) - hpux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?