Although GNU Artanis is often used in server-side, we provide this function for users to upload files from the client.
(upload-files-to uri pattern)
uri is standard HTTP URL:
scheme://[user:password@]domain:port/path?query_string#fragment_id
pattern should be: ((file filelist …) (data datalist …)), for example:
(upload-files-to "ftp://nala:123@myupload.com/" '((data ("data1" "hello world")) (file ("file1" "filename") ("file2" "filename2"))))