ftpc_quote

NAME
SYNOPSIS
DESCRIPTION
RETURNS
AUTHOR
LICENSE
VERSION

NAME

ftpc_quote - Issue a command to the FTP server.

SYNOPSIS

#include <pthr_ftpc.h>

int ftpc_quote (ftpc ftpc, const char *cmd);

DESCRIPTION

ftpc_quote issues a command directly to the FTP server. This function may be used for issuing SITE commands for example.

RETURNS

0 if successful, -1 if the attempt failed. 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