ftpc_pwd

NAME
SYNOPSIS
DESCRIPTION
RETURNS
AUTHOR
LICENSE
VERSION

NAME

ftpc_pwd - Return current directory on the server.

SYNOPSIS

#include <pthr_ftpc.h>

char *ftpc_pwd (ftpc ftpc);

DESCRIPTION

ftpc_pwd returns the current directory on the server.

RETURNS

The current directory, as a string allocated in the pool, or NULL if the command fails. If a fatal error occurs with the connection, an exception is thrown.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

pthrlib-3.0.3