Wormholio
This gem was created to be a one-stop-shop for all file transfer methods that anyone would need to use in their ruby application. The current methods I found available were cryptric, and the documentation available for these methods offered no help. After creating blog posts on the methods I needed to support (S3 && FTP, FTPS, SFTP & SCP), my buddies then recommended converting these classes into a single gem... and so I did.
Installation
Add this line to your application's Gemfile:
gem 'wormholio'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install wormholio
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/skplunkerin/wormholio/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request