# File lib/net/sftp/session.rb, line 626
      def symlink(path, target, &callback)
        request :symlink, path, target, &callback
      end