Searched refs:anonftp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/ftp/
H A Dftp_var.h243 GLOBAL int anonftp; /* automatic anonymous login */ variable
H A Dfetch.c534 anonftp = 0; /* disable anonftp */
1993 anonftp = 0; /* disable anonftp */
2064 oanonftp = anonftp;
2067 anonftp = oanonftp;
2393 if (!anonftp)
2394 anonftp = 2; /* Handle "automatic" transfers. */
H A Dmain.c290 anonftp = 1;
574 anonftp = 0;
H A Dutil.c294 * determine if anonftp was specifically set with -a
298 if (anonftp == 2)
299 anonftp = 0;
393 if (anonftp) {

Completed in 189 milliseconds