ask-sheldon.com
Download File via SCP in Ruby - Bravehartk2's Blog
To download a file vie SCP under Ruby, you can just use the NET::SCP class included in ruby like that: require "net/scp" =begin Downloads a single file or a folder via scp Parameters: - +host:: +string+ remote IP or domain to get the file / folder from - +ort+:: +string+ remote port - +use+r:: +string+ remote user […]
Sheldon