# File lib/capistrano/transfer.rb, line 78
    def sanitized_from
      if from.responds_to?(:read)
        "#<#{from.class}>"
      else
        from
      end
    end