1Alien::Build::Plugin::FUestecrh:C:oNnettrFiTbPu(t3e)d PeArllieDno:c:uBmueinltda:t:iPolnugin::Fetch::NetFTP(3)
2
3
4
6 Alien::Build::Plugin::Fetch::NetFTP - Plugin for fetching files using
7 Net::FTP
8
10 version 1.93
11
13 use alienfile;
14 share {
15 start_url 'ftp://ftp.gnu.org/gnu/make';
16 plugin 'Fetch::NetFTP';
17 };
18
20 Note: in most case you will want to use
21 Alien::Build::Plugin::Download::Negotiate instead. It picks the
22 appropriate fetch plugin based on your platform and environment. In
23 some cases you may need to use this plugin directly instead.
24
25 This fetch plugin fetches files and directory listings via the "ftp",
26 protocol using Net::FTP.
27
29 url
30 The initial URL to fetch. This may be a directory or the final file.
31
32 ssl
33 This property is for compatibility with other fetch plugins, but is not
34 used.
35
36 passive
37 If set to true, try passive mode FIRST. By default it will try an
38 active mode, then passive mode.
39
41 Alien::Build::Plugin::Download::Negotiate, Alien::Build, alienfile,
42 Alien::Build::MM, Alien
43
45 Author: Graham Ollis <plicease@cpan.org>
46
47 Contributors:
48
49 Diab Jerius (DJERIUS)
50
51 Roy Storey (KIWIROY)
52
53 Ilya Pavlov
54
55 David Mertens (run4flat)
56
57 Mark Nunberg (mordy, mnunberg)
58
59 Christian Walde (Mithaldu)
60
61 Brian Wightman (MidLifeXis)
62
63 Zaki Mughal (zmughal)
64
65 mohawk (mohawk2, ETJ)
66
67 Vikas N Kumar (vikasnkumar)
68
69 Flavio Poletti (polettix)
70
71 Salvador Fandiño (salva)
72
73 Gianni Ceccarelli (dakkar)
74
75 Pavel Shaydo (zwon, trinitum)
76
77 Kang-min Liu (劉康民, gugod)
78
79 Nicholas Shipp (nshp)
80
81 Juan Julián Merelo Guervós (JJ)
82
83 Joel Berger (JBERGER)
84
85 Petr Pisar (ppisar)
86
87 Lance Wicks (LANCEW)
88
89 Ahmad Fatoum (a3f, ATHREEF)
90
91 José Joaquín Atria (JJATRIA)
92
93 Duke Leto (LETO)
94
95 Shoichi Kaji (SKAJI)
96
97 Shawn Laffan (SLAFFAN)
98
99 Paul Evans (leonerd, PEVANS)
100
102 This software is copyright (c) 2011-2019 by Graham Ollis.
103
104 This is free software; you can redistribute it and/or modify it under
105 the same terms as the Perl 5 programming language system itself.
106
107
108
109perl v5.30.1 2019-12A-l1i0en::Build::Plugin::Fetch::NetFTP(3)