DragonFly On-Line Manual Pages

Search: Section:  


ftp_whoami(3)                   C Library Calls                  ftp_whoami(3)

NAME

ftp_whoami, ftp_get_host - utility functions for libfget

SYNOPSIS

#include <libfget.h> char *ftp_whoami(FTP *ftp); char *ftp_get_host(FTP *ftp);

VERSION

This man page documents version 1.3 of libfget.

DESCRIPTION

The ftp_whoami() function returns the name of the user who is currently logged in to the remote FTP server. It cannot fail. The ftp_get_host() function returns the hostname of the remote FTP server. It cannot fail.

SEE ALSO

libfget(3) Feep Networks January 2004 ftp_whoami(3)

Search: Section: