#include <pftpclient.h>
Public Member Functions | |
| FTPResponse (unsigned int code, std::list< std::string > &text) | |
| ~FTPResponse () | |
| unsigned int | code () const |
| Returns the response code. | |
| bool | isPositivePreliminary () const |
| bool | isPositiveCompletion () const |
| bool | isPositiveIntermediate () const |
| bool | isNegativeTransient () const |
| bool | isNegativePermanent () const |
| const std::list< std::string > & | text () const |
Friends | |
| PNET_EXPORT std::ostream & | operator<< (std::ostream &os, const FTPResponse &resp) |
Definition at line 60 of file pftpclient.h.
|
||||||||||||
|
|
|
|
|
|
|
Returns the response code.
Definition at line 66 of file pftpclient.h. |
|
|
Definition at line 81 of file pftpclient.h. |
|
|
Definition at line 78 of file pftpclient.h. |
|
|
Definition at line 72 of file pftpclient.h. |
|
|
Definition at line 75 of file pftpclient.h. |
|
|
Definition at line 69 of file pftpclient.h. |
|
|
Definition at line 84 of file pftpclient.h. |
|
||||||||||||
|
|
1.3.3