|
Links |
Net::Netrc for RubyNet::Netrc is a pure-Ruby module providing ftp(1)-style .netrc parsing. It is inspired by Graham Barr’s Perl Net::Netrc module. It has been tested on Unix and Windows systems, but should work on other platforms where Ruby is available. Net::Netrc also provides an optional extension to the standard Net::FTP module to perform auto-logins using the .netrc file. Net::Netrc is available as a Ruby Gem, so RubyGems users can install it with:
If you wish to install the module manually, you may Download it in a variety of formats. Example UsageStandalone usage:
Net::FTP auto-login:
|