# File lib/net/sftp/protocol/03/base.rb, line 29
    def symlink(path, target)
      send_request(FXP_SYMLINK, :string, path, :string, target)
    end