Christoph Schiessl
|
8ad8264d7a
|
implement #scp_download method to allow downloads in addition to uploads via scp. alias #scp method as #scp_upload.
|
2011-12-09 15:40:06 +01:00 |
|
geemus
|
18992e951b
|
Merge remote branch 'phlipper/scp-options'
Conflicts:
lib/fog/compute/models/aws/server.rb
lib/fog/compute/models/bluebox/server.rb
lib/fog/compute/models/go_grid/server.rb
lib/fog/compute/models/rackspace/server.rb
lib/fog/compute/models/slicehost/server.rb
lib/fog/compute/models/virtual_box/server.rb
lib/fog/core/scp.rb
|
2011-06-13 10:53:08 -07:00 |
|
Phil Cohen
|
a840dd7224
|
use a hash not nil for default scp_options
|
2011-06-11 00:50:45 -07:00 |
|
Phil Cohen
|
b9198da1f7
|
add Net::SCP options parameter to Fog::SCP proxy
|
2011-06-11 00:08:30 -07:00 |
|
Luke Robins
|
2e567a870d
|
Add an options hash to scp. Set to {} by default
|
2011-06-08 12:27:20 +10:00 |
|
Luke Robins
|
1066d9eded
|
Add recursive argument to server scp methods. Set to false by default
|
2011-06-05 17:11:57 +10:00 |
|
geemus
|
40cd1ff5e4
|
fixes for reset_data
instance method now, instead of class method
resets data related to current connection/credentials
|
2011-03-10 11:16:55 -08:00 |
|
Allan
|
5030cbb2fe
|
fixed mock
|
2011-02-25 08:49:10 +08:00 |
|
Allan
|
8ccbd4917d
|
added basic scp support
|
2011-02-25 08:49:10 +08:00 |
|