ftplib_pwd

Determine current working directory on server.

SYNOPSIS

#include <ftplib.h>
int ftplib_pwd(char *path, int max, netbuf *nbp);

PARAMETERS

path
A pointer to a buffer where the result should be returned.
max
Specifies the size of the user's buffer.
nbp
A handle returned by ftplib_connect().

DESCRIPTION

ftplib_pwd() 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.

$Id: ftplib_pwd.html,v 1.1 2002/12/02 03:12:52 te Exp $