.TH ftp_whoami 3 "January 2004" "Feep Networks" "C Library Calls" .SH NAME ftp_whoami, ftp_get_host \- utility functions for libfget .SH SYNOPSIS .B #include .BI "char *ftp_whoami(FTP *" ftp ");" .BI "char *ftp_get_host(FTP *" ftp ");" .SH VERSION This man page documents version 1.3 of \fBlibfget\fP. .SH DESCRIPTION The \fBftp_whoami\fP() function returns the name of the user who is currently logged in to the remote FTP server. It cannot fail. The \fBftp_get_host\fP() function returns the hostname of the remote FTP server. It cannot fail. .SH SEE ALSO .BR libfget (3)