This CURL command is known to work when uploading to Sharefile using Linux:
For the Manual Campus Folder:
curl -v -T filename.csv -u presence/email:password “ftps://presence.sharefileftp.com/Manual/University of Atlantis/”
For the FTPS Campus Folder:
curl -v -T filename.csv -u presence/email:password “ftps://presence.sharefileftp.com/FTPS/University of Atlantis/”
In both cases, the following need to be replaced:
-
filename.csv
with the path and name of the .csv they are uploading -
email:password
with their Sharefile email and password -
University of Atlantis
with their campus folder name
We are sharing this information as a way to help guide campuses in uploading files to ShareFile and we are not responsible for ensuring the command works in your specific environment. Users are encouraged to verify the commands in their own setups and reach out to their IT departments for further assistance if needed.
Comments
Please sign in to leave a comment.