# File lib/net/sftp/protocol/06/base.rb, line 25
    def link(new_link_path, existing_path, symlink)
      send_request(FXP_LINK, :string, new_link_path, :string, existing_path, :bool, symlink)
    end