Hello,
I would like to copy files from a remote computer to DropBox. Basically I want to do scp -r into DropBox. Is there a way that I can do this through the API?
One potential wrinkle: my institution is currently limited to 25,000 API calls per month, the folders on the remote computer that I need to copy to DropBox rountinely have 30,000+ files in them, so a file by file call will not work. Thank you.