Lines Matching defs:FTP
44 FTP 512
246 package CPAN::FTP;
248 @CPAN::FTP::ISA = qw(CPAN::Debug);
707 Net::FTP => [
708 sub {require Net::FTP},
762 } elsif ($mod eq "Net::FTP") {
764 Please, install Net::FTP as soon as possible. CPAN.pm installs it for you
768 }) unless $Have_warned->{"Net::FTP"}++;
1083 undef $CPAN::FTP::Thesite;
1084 undef $CPAN::FTP::Themethod;
2242 package CPAN::FTP;
2244 #-> sub CPAN::FTP::ftp_get ;
2251 my $ftp = Net::FTP->new($host);
2253 $ftp->debug(1) if $CPAN::DEBUG{'FTP'} & $CPAN::DEBUG;
2301 #-> sub CPAN::FTP::localize ;
2533 # Net::FTP can still succeed where LWP fails. So we do not
2534 # skip Net::FTP anymore when LWP is available.
2543 if ($CPAN::META->has_usable('Net::FTP')) {
2545 $CPAN::Frontend->myprint("Fetching with Net::FTP:
2550 if (CPAN::FTP->ftp_get($host,$dir,$getfile,$aslocal)) {
2556 $CPAN::Frontend->myprint("Fetching with Net::FTP
2559 if (CPAN::FTP->ftp_get($host,
2579 # Came back if Net::FTP couldn't establish connection (or
2727 my($netrc) = CPAN::FTP::netrc->new;
2729 my($verbose) = $CPAN::DEBUG{'FTP'} & $CPAN::DEBUG ? " -v" : "";
2820 # CPAN::FTP::ls
2884 package CPAN::FTP::netrc;
2929 # CPAN::FTP::hasdefault;
3167 return CPAN::FTP->localize($wanted,$abs_wanted,$force);
3684 my $lc_file = CPAN::FTP->localize("authors/id/@$chksumfile",
3689 $lc_file = CPAN::FTP->localize("authors/id/@$chksumfile",
3877 CPAN::FTP->localize("authors/id/$self->{ID}",
4184 $local_file = CPAN::FTP->localize("authors/id/$sans.readme",
4233 $lc_file = CPAN::FTP->localize("authors/id/@local",
4238 $lc_file = CPAN::FTP->localize("authors/id/@local",
6026 knows how to use Net::FTP or LWP (or lynx or an external ftp client)
6281 for $mod (qw(Net::FTP Digest::MD5 Data::Dumper)){
6682 this module. Otherwise Net::FTP is strongly recommended. LWP may be
6686 If you have neither Net::FTP nor LWP, there is a fallback mechanism
6937 will need to use Net::FTP.
6942 invisible to the users inside the firewall. An FTP data connection is
6946 FTP connections need to be done in a passive mode.