ftplib_chdir

Change working directory on server.

SYNOPSIS

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

PARAMETERS

path
Specifies the desired working directory on the server.
nbp
A handle returned by ftplib_connect().

DESCRIPTION

Sends a change working directory request to the server using the specified path.

RETURN VALUE

Returns 1 if successful or 0 on error.

$Id: ftplib_chdir.html,v 1.1 2002/12/02 03:12:51 te Exp $