Searched refs:anonftp (Results 1 – 5 of 5) sorted by relevance
387 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()
247 GLOBAL int anonftp; /* automatic anonymous login */ variable
297 anonftp = 1; in main()563 anonftp = 0; in main()
309 if (anonftp == 2) in cleanuppeer()310 anonftp = 0; in cleanuppeer()400 if (anonftp) { in ftp_login()
386 - fetch_ftp(): preserve 'anonftp' across a disconnect() so1599 - unless ftp is invoked with -a, don't retain the anonftp1600 setting between hosts (`ftp somehost:' sets anonftp, but