Lines Matching refs:ftp

56 $CPAN::Defaultsite ||= "ftp://ftp.perl.org/pub/CPAN";
1320 o conf urllist unshift ftp://ftp.foo.bar/
2251 my $ftp = Net::FTP->new($host);
2252 return 0 unless defined $ftp;
2253 $ftp->debug(1) if $CPAN::DEBUG{'FTP'} & $CPAN::DEBUG;
2255 unless ( $ftp->login("anonymous",$Config::Config{'cf_email'}) ){
2259 unless ( $ftp->cwd($dir) ){
2263 $ftp->binary;
2265 unless ( $ftp->get($file,$target) ){
2269 $ftp->quit; # it's ok if this fails
2358 $Ua->proxy('ftp', $var)
2371 # > $ua->proxy(['http','ftp'], http://my.proxy.server:83');
2442 qq{E.g. with 'o conf urllist push ftp://myurl/'};
2540 if ($url =~ m|^ftp://(.*?)/(.*)/(.*)|) {
2581 # gave us a socksified (or other) ftp program...
2595 # if ($url =~ m|^ftp://(.*?)/(.*)/(.*)|) {
2601 next HOSTHARD; # who said, we could ftp anything except ftp?
2709 my $ftpbin = $CPAN::Config->{ftp};
2712 $CPAN::Frontend->myprint("No external ftp command available\n\n");
2719 unless ($url =~ m|^ftp://(.*?)/(.*)/(.*)|) {
2749 Trying with external ftp to get
2778 # OK, they don't have a valid ~/.netrc. Use 'ftp -n'
2807 $fh->open("|$command") or die "Couldn't open ftp: $!";
6026 knows how to use Net::FTP or LWP (or lynx or an external ftp client)
6684 associated with a URL that is not C<ftp:>.
6687 implemented for an external ftp command or for an external lynx
6833 file://localhost/whatever/ftp/pub/CPAN/
6837 file:///home/ftp/pub/CPAN/
6927 ftp) you will need to use LWP.
6929 =item ftp firewall
6931 This where the firewall machine runs an ftp server. This kind of
6932 firewall will only let you access ftp servers outside the firewall.
6933 This is usually done by connecting to the firewall with ftp, then
6965 For accessing ftp servers behind such firewalls you may need to set
6990 That's all. Similarly for ncftp or ftp, you would configure something