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)  

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
NetRC::Entry Class Reference

#include <netrc.h>

Collaboration diagram for NetRC::Entry:

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
 

Detailed Description

Definition at line 28 of file netrc.h.

Constructor & Destructor Documentation

NetRC::Entry::Entry ( const char *  h = 0,
const char *  u = 0,
const char *  p = 0,
const char *  a = 0 
)
inline

Definition at line 36 of file netrc.h.

Member Data Documentation

xstring NetRC::Entry::acct

Definition at line 34 of file netrc.h.

xstring NetRC::Entry::host

Definition at line 31 of file netrc.h.

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().


The documentation for this class was generated from the following file: