in reply to package that can handle ftp, sftp, http etc ?
As already suggested, WWW::Curl supports almost any protocol but has a lot of dependencies, so it could be very difficult to install on some platforms.
LWP is the de-facto standard in the Perl world and can be easily extended to support new protocols (for instance, my module LWP::Protocol::sftp adds support for SFTP).
Net::xFTP and Net::uFTP both try to expose a common interface for FTP and SFTP protocols.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: package that can handle ftp, sftp, http etc ?
by bittis (Sexton) on Jul 18, 2008 at 16:20 UTC | |
by salva (Canon) on Jul 18, 2008 at 17:28 UTC | |
by spivey49 (Monk) on Jul 18, 2008 at 16:49 UTC |