# File lib/capistrano/configuration/actions/file_transfer.rb, line 33
        def download(from, to, options={}, &block)
          transfer(:down, from, to, options, &block)
        end