ftppwd(3) debian man page | unix.com

Man Page: ftppwd

Operating Environment: debian

Section: 3

FtpPwd(3)						     Library Functions Manual							 FtpPwd(3)

NAME
FtpPwd - Determine current working directory on server.
SYNOPSIS
#include <ftplib.h> int FtpPwd(char *path, int max, netbuf *nControl);
PARAMETERS
path A pointer to a buffer where the result should be returned. max Specifies the size of the user's buffer. nControl A handle returned by FtpConnect().
DESCRIPTION
FtpPwd() attempts to determine the current default directory at the server and return it to the user's buffer.
RETURN VALUE
Returns 1 if successful or 0 on error. FTPlib 20 June 1998 FtpPwd(3)
Related Man Pages
dpns_getcwd(3) - debian
dpns_readlink(3) - debian
lfc_opendir(3) - debian
lfc_readlink(3) - debian
readlink(2) - osf1
Similar Topics in the Unix Linux Community
find, remove, and ftp......
using FTP related commands in nawk utility in shell programming
Using expect with other custom functions
Help with get/mget from FTP server with files older than 10 minutes