Skip to content

A webtask that reads a file from FTP and stores it to a folder in Google Drive

License

Notifications You must be signed in to change notification settings

tbcardoso/ftp2gdrive-webtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftp2gdrive-webtask

A webtask that reads a file from FTP and stores it to a folder in Google Drive.

Install

  • npm install

Config

Fill fields in secrets.txt.

Development

  • npm start

Deploy to webtask

  • 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

License

MIT License

About

A webtask that reads a file from FTP and stores it to a folder in Google Drive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published