# File lib/net/sftp/session.rb, line 635
      def symlink!(path, target, &callback)
        wait_for(symlink(path, target, &callback))
      end