Query: io::all::ftp
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IO::All::FTP(3pm) User Contributed Perl Documentation IO::All::FTP(3pm)NAMEIO::All::FTP - Extends IO::All to FTP URLsSYNOPSISuse IO::All; "hello world " > io('ftp://localhost/test/x'); # save to FTP io('ftp//example.org/pub/xyz') > io('xyz'); # GET to file # two ways of getting a file with a password: $content < io('ftp://me:secret@example.org/xyz'); $content < io('ftp://example.org/xyz')->user('me')->password('secret');DESCRIPTIONThis module extends IO::All for dealing with FTP URLs. Note that you don't need to use it explicitly, as it is autoloaded by IO::All whenever it sees something that looks like an FTP URL.METHODSThis is a subclass of IO::All::LWP. The only new method is "ftp", which can be used to create a blank IO::All::FTP object; or it can also take an FTP URL as a parameter. Note that in most cases it is simpler just to call io('ftp//example.com'), which calls the "ftp" method automatically.OPERATOR OVERLOADINGThe same operators from IO::All may be used. < GETs an FTP URL; > PUTs to an FTP URL.SEE ALSOIO::All::LWP, IO::All, LWP.AUTHORSIvan Tubert-Brohman <itub@cpan.org> and Brian Ingerson <ingy@cpan.org>COPYRIGHTCopyright (c) 2007. Ivan Tubert-Brohman and Brian Ingerson. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.10.0 2007-03-29 IO::All::FTP(3pm)
Related Man Pages |
---|
regexp::common::uri::ftp(3) - mojave |
ftp(4) - sunos |
authen::simple::ftp(3pm) - debian |
io::all::https(3pm) - debian |
regexp::common::uri::ftp(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
mapping FTP site as local drive |
FTP access |
Help Simple FTP Script Here Syntax |
FTP search ,grep using perl |
Massive ftp |