# File lib/net/sftp/session.rb, line 114
      def download(remote, local, options={}, &block)
        Operations::Download.new(self, local, remote, options, &block)
      end