Re: Switching from FTP to Dropbox

2019-03-01 Thread Randy Jaynes via 4D_Tech
Tim, I would think you could use their API with the HTTP Request command, and maybe some cURL calls for the actual file downloading. The API looks similar to other REST APIs we’ve had to work with, so it _looks_ like it should work similarly. Randy

Switching from FTP to Dropbox

2019-03-01 Thread Tim Nevels via 4D_Tech
I’m considering switching from using FTP to host update files to using my Dropbox account. I’m wondering if anyone has written some 4D code that allows uploading files to Dropbox and downloading files from Dropbox. I could get by uploading files to Dropbox via the macOS Finder integration