Skip to main content

I have a bunch of files I want to share with someone on Box,  I would like to use a CLI, curl, ftp scp, etc. to upload files, it is quite cumbersome using the web interface, and not possible to do it remotely

I tried this that someone recommended,


curl -u xxx@yyy.edu -T report.csv https://dav.box.com/dav/.


it gave me this error 


curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to dav.box.com:443


Reply