|
lftp
4.4.6
About: lftp is a command line ftp client (FTP, HTTP, ssl support, background transfer, reget, reput, ...)
Fossies Dox: lftp-4.4.6.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <netrc.h>

Public Member Functions | |
| Entry (const char *h=0, const char *u=0, const char *p=0, const char *a=0) | |
Public Attributes | |
| xstring | host |
| xstring | user |
| xstring | pass |
| xstring | acct |
|
inline |
| xstring NetRC::Entry::pass |
Definition at line 33 of file netrc.h.
Referenced by CmdExec::builtin_open(), and FileAccess::Login().
| xstring NetRC::Entry::user |
Definition at line 32 of file netrc.h.
Referenced by CmdExec::builtin_open().