Braino: don't use passive mode unless the user requests it.

PR:		bin/20025
Submitted by:	HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
This commit is contained in:
Dag-Erling Smørgrav 2000-07-19 09:12:36 +00:00
parent 2333aeef12
commit a5e3ae21a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63501

View file

@ -65,7 +65,7 @@ int o_directory; /* output file is a directory */
char *o_filename; /* name of output file */
int o_stdout; /* output file is stdout */
int once_flag; /* -1: stop at first successful file */
int p_flag = 1; /* -[Pp]: use passive FTP */
int p_flag; /* -[Pp]: use passive FTP */
int R_flag; /* -R: don't delete partially transferred files */
int r_flag; /* -r: restart previously interrupted transfer */
u_int T_secs = 0; /* -T: transfer timeout in seconds */