Module Capistrano::Configuration::Actions::FileTransfer
In: lib/capistrano/configuration/actions/file_transfer.rb

Methods

download   get   put   transfer   upload  

Public Instance methods

Get file remote_path from FIRST server targeted by the current task and transfer it to local machine as path.

get "#{deploy_to}/current/log/production.log", "log/production.log.web"

Store the given data at the given location on all servers targetted by the current task. If :mode is specified it is used to set the mode on the file.

[Validate]