ftpc_delete

NAME
SYNOPSIS
DESCRIPTION
RETURNS
AUTHOR
LICENSE
VERSION

NAME

ftpc_delete - Delete a file on the server.

SYNOPSIS

#include <pthr_ftpc.h>

int ftpc_delete (ftpc ftpc, const char *pathname);

DESCRIPTION

ftpc_delete deletes a file called pathname on the server.

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