Public Vars

Back

remote-file (clj)

(source)

function

(remote-file remote-file-path)
Wraps `remote-file-path` for use with [[upload-file]] to avoid local file existence check. Example usage: ```Clojure (upload-file (remote-file "C:/Users/hello/url.txt")) ```

Examples