# File lib/net/sftp/protocol/06/base.rb, line 32
    def symlink(path, target)
      link(path, target, true)
    end