ACE_INet
6.1.0
|
#include "ace/Get_Opt.h"
#include "ace/Auto_Ptr.h"
#include "ace/OS_NS_errno.h"
#include "FTP_URL.h"
#include "FTP_ClientRequestHandler.h"
#include <iostream>
#include <fstream>
Classes | |
class | My_Authenticator |
class | My_FTP_RequestHandler |
Functions | |
void | usage (void) |
bool | parse_args (int argc, ACE_TCHAR *argv[]) |
int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
Variables | |
ACE_CString | url |
ACE_CString | outfile |
bool | do_login = false |
ACE_CString | password |
bool | do_active = false |
bool parse_args | ( | int | argc, |
ACE_TCHAR * | argv[] | ||
) |
void usage | ( | void | ) |
bool do_active = false |
bool do_login = false |