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