A webtask that reads a file from FTP and stores it to a folder in Google Drive.
npm install
Fill fields in secrets.txt
.
npm start
npm run deploy
You can also cron the webtask:
wt cron schedule --name ftp2gdrive-webtask --secrets-file config/secrets.txt "0 1,13 * * *" src/webtask.js
MIT License