Liking cljdoc? Tell your friends :D

pallet.core.file-upload


file-uploadercljmultimethod

Instantiate a file-upload provider based on keyword and option map.

Instantiate a file-upload provider based on keyword and option map.
sourceraw docstring

upload-fileclj

(upload-file uploader session local-path target-path action-options)

Upload a file to the target-path, and return any script needed to be run on the node to get the file into place.

file-options is a map of options as passed to remote-file, for file ownership, permissions, etc.

action-options can contain a :sudo-user, specify the user to install the file as.

Upload a file to the target-path, and return any script needed to
be run on the node to get the file into place.

file-options is a map of options as passed to remote-file, for file
ownership, permissions, etc.

action-options can contain a :sudo-user, specify the user to install
the file as.
sourceraw docstring

upload-file-pathclj

(upload-file-path uploader session target-path action-options)

Return the path to which upload-file would upload a file for target-path

Return the path to which upload-file would upload a file for
target-path
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close