(delete-ticket cm user ticket-id)Deletes the ticket specified by ticket-id.
Deletes the ticket specified by ticket-id.
(iget cm ticket-id remote-path local-path tcl)(iget cm ticket-id remote-path local-path tcl control-block)Transfers remote-path to local-path using a ticket, using tcl as the TransferStatusCallbackListener
Transfers remote-path to local-path using a ticket, using tcl as the TransferStatusCallbackListener
(iput cm ticket-id local-path remote-path tcl)(iput cm ticket-id local-path remote-path tcl control-block)Transfers local-path to remote-path using a ticket, using tcl as the TransferStatusCallbackListener. tcl can also be set to nil.
Transfers local-path to remote-path using a ticket, using tcl as the TransferStatusCallbackListener. tcl can also be set to nil.
(public-ticket? cm user ticket-id)Checks to see if the provided ticket ID is publicly accessible.
Checks to see if the provided ticket ID is publicly accessible.
(publicize-ticket cm ticket-id)Allows the ticket to be viewed by the public group.
Allows the ticket to be viewed by the public group.
(set-ticket-options ticket-id
tas
{:keys [byte-write-limit expiry file-write-limit
uses-limit]})Sets the optional settings for a ticket, such as the expiration date and the uses limit.
Sets the optional settings for a ticket, such as the expiration date and the uses limit.
(ticket-by-id cm user ticket-id)Looks up the ticket by the provided ticket-id string and returns an instance of Ticket.
Looks up the ticket by the provided ticket-id string and returns an instance of Ticket.
(ticket? cm user ticket-id)Checks to see if ticket-id is already being used as a ticket identifier.
Checks to see if ticket-id is already being used as a ticket identifier.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |