| /openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| H A D | libnetFAQ.pod | 77 =head1 Using Net::FTP 79 =head2 How do I download files from an FTP server ? 87 use Net::FTP; 89 # for debugging: $ftp = Net::FTP->new('site','Debug',10); 92 $ftp = Net::FTP->new('target_site.somewhere.xxx'); 119 To transfer files without <LF><CR> translation Net::FTP provides 124 =head2 How can I get the size of a file on a remote FTP server ? 126 =head2 How can I get the modification time of a file on a remote FTP server ? 130 The FTP protocol does not have a command for changing the permissions 140 =head2 How do I get a directory listing from an FTP server ? [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/ |
| H A D | netrc.pm | 1 package CPAN::FTP::netrc; 4 $CPAN::FTP::netrc::VERSION = $CPAN::FTP::netrc::VERSION = "1.01";
|
| /openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/ |
| H A D | dataconn.pm | 5 package Net::FTP::dataconn; 18 $Net::FTP::IOCLASS or die "please load Net::FTP before Net::FTP::dataconn"; 19 our @ISA = $Net::FTP::IOCLASS;
|
| H A D | L.pm | 1 package Net::FTP::L; 8 use Net::FTP::I;
|
| H A D | E.pm | 1 package Net::FTP::E; 8 use Net::FTP::I;
|
| H A D | I.pm | 5 package Net::FTP::I; 13 use Net::FTP::dataconn;
|
| H A D | A.pm | 5 package Net::FTP::A; 13 use Net::FTP::dataconn;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSecuritySyntaxOnly.cpp | 859 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_rand() local 860 if (!FTP) in checkCall_rand() 863 if (FTP->getNumParams() == 1) { in checkCall_rand() 866 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand() 872 } else if (FTP->getNumParams() != 0) in checkCall_rand() 902 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkCall_random() local 903 if (!FTP) in checkCall_random() 907 if (FTP->getNumParams() != 0) in checkCall_random() 1025 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); in checkUncheckedReturnValue() local 1026 if (!FTP) in checkUncheckedReturnValue() [all …]
|
| /openbsd-src/regress/usr.bin/ftp/ |
| H A D | redirect.sh | 4 : ${FTP:=ftp} 28 ${FTP} -4 -o/dev/null -v $req1 2>&1 | tee redirect.log
|
| H A D | dasho.sh | 4 : ${FTP:=ftp} 25 echo "Testing ${FTP} $1"
|
| /openbsd-src/gnu/usr.bin/perl/cpan/libnet/t/ |
| H A D | ftp.t | 18 use Net::FTP; 33 my $ftp = Net::FTP->new($NetConfig{ftp_testhost})
|
| H A D | require.t | 23 eval { require Net::FTP; } || print "not "; print "ok ",$i++,"\n";
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 57 const FunctionProtoType *FTP, in arrangeCXXMethodType() argument 59 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD); in arrangeCXXMethodType()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Author.pm | 153 CPAN::FTP->localize 164 CPAN::FTP->localize
|
| H A D | FTP.pm | 3 package CPAN::FTP; 10 use CPAN::FTP::netrc; 13 @CPAN::FTP::ISA = qw(CPAN::Debug); 118 $stats->{end} = CPAN::FTP::_mytime(); 254 my $ftp = Net::FTP->new($host); 910 if (CPAN::FTP->ftp_get($host,$dir,$getfile,$aslocal)) { 917 if (CPAN::FTP->ftp_get($host, 1147 my($netrc) = CPAN::FTP::netrc->new;
|
| H A D | Index.pm | 126 my $start = CPAN::FTP::_mytime(); 196 my $took = CPAN::FTP::_mytime() - $start; 226 return CPAN::FTP->localize($wanted,$abs_wanted,$force);
|
| H A D | HandleConfig.pm | 202 undef $CPAN::FTP::Thesite; 203 undef $CPAN::FTP::Themethod;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/ |
| H A D | PerlLog.mc | 121 FTP 124 FTP 412 FTP daemon message: %1 415 Message du daemon FTP : %1
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | contribute.texi | 12 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | contribute.texi | 12 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/ |
| H A D | FAQ.pod | 457 =head2 Compressed files and Net::FTP 459 The C<Net::FTP> module provides two low-level methods called C<stor> and 462 from or written to an FTP Server on the fly, without having to create a 466 read from the FTP Server. 468 use Net::FTP; 471 my $ftp = Net::FTP->new( ... ) 477 and this to compress a file as it is written to the FTP Server 479 use Net::FTP;
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 74 const FunctionProtoType *FTP,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
| H A D | Vanilla-Perl.tml | 81 - name: Net::FTP 201 name => 'Net::FTP',
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | os2 | 22 #>4 string >\ (FTP) <ftp:%s>
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/App/ |
| H A D | Cpan.pm | 838 …eval { CPAN::FTP->localize('MIRRORED.BY',File::Spec->catfile($CPAN::Config->{keep_source_where},'M… 975 require CPAN::FTP; 976 CPAN::FTP->localize( $file, $local_path, 3, 1 );
|