Home
last modified time | relevance | path

Searched refs:anonftp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tnftp/src/
H A Dfetch.c387 anonftp = 0; /* disable anonftp */ in parse_url()
1425 anonftp = 0; /* disable anonftp */ in fetch_ftp()
1495 oanonftp = anonftp; in fetch_ftp()
1498 anonftp = oanonftp; in fetch_ftp()
1804 if (!anonftp) in auto_fetch()
1805 anonftp = 2; /* Handle "automatic" transfers. */ in auto_fetch()
H A Dftp_var.h247 GLOBAL int anonftp; /* automatic anonymous login */ variable
H A Dmain.c297 anonftp = 1; in main()
563 anonftp = 0; in main()
H A Dutil.c309 if (anonftp == 2) in cleanuppeer()
310 anonftp = 0; in cleanuppeer()
400 if (anonftp) { in ftp_login()
/freebsd/contrib/tnftp/
H A DChangeLog386 - fetch_ftp(): preserve 'anonftp' across a disconnect() so
1599 - unless ftp is invoked with -a, don't retain the anonftp
1600 setting between hosts (`ftp somehost:' sets anonftp, but