# File lib/net/sftp/session.rb, line 102
      def upload!(local, remote, options={}, &block)
        upload(local, remote, options, &block).wait
      end