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]