|
Lines 65-71
Link Here
|
| 65 |
char *o_filename; /* name of output file */ |
65 |
char *o_filename; /* name of output file */ |
| 66 |
int o_stdout; /* output file is stdout */ |
66 |
int o_stdout; /* output file is stdout */ |
| 67 |
int once_flag; /* -1: stop at first successful file */ |
67 |
int once_flag; /* -1: stop at first successful file */ |
| 68 |
int p_flag = 1; /* -[Pp]: use passive FTP */ |
68 |
int p_flag = 0; /* -[Pp]: use passive FTP */ |
| 69 |
int R_flag; /* -R: don't delete partially transferred files */ |
69 |
int R_flag; /* -R: don't delete partially transferred files */ |
| 70 |
int r_flag; /* -r: restart previously interrupted transfer */ |
70 |
int r_flag; /* -r: restart previously interrupted transfer */ |
| 71 |
u_int T_secs = 0; /* -T: transfer timeout in seconds */ |
71 |
u_int T_secs = 0; /* -T: transfer timeout in seconds */ |