Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-04 | ftpupload: decouple ftpupload from modbuslog | Jonathan McCrohan | 1 | -1/+2 | |
Allow ftpupload to be used as an independent program. This enables it to be used by both modbuslog and phidgetcontrol. The ftp stanza in /etc/modbuslog has been split out into a separate ftpupload configuration file located at /etc/ftpupload. ftpupload now reads the $UPLOADTYPE variable to determine which type of upload to execute. If $UPLOADTYPE has not been set, ftpupload will default to modbuslog. | |||||
2012-11-27 | ftphelper: parameterise LOCALDIRECTORY | Jonathan McCrohan | 1 | -4/+5 | |
2012-03-13 | ftpupload: use fully qualified paths | Jonathan McCrohan | 1 | -3/+10 | |
cron requires them | |||||
2012-03-12 | ftphelper: Fix off by one errorv1.2 | Jonathan McCrohan | 1 | -7/+7 | |
Date in filename represents file generation time, not date of logfile. Throwback to fieldcommander sqlite to logfile days. | |||||
2012-03-12 | 7 day rolling upload | Jonathan McCrohan | 1 | -8/+22 | |
2012-03-09 | Fix ftpupload | Jonathan McCrohan | 1 | -1/+5 | |
2012-02-20 | Prune archive after 3 months | Jonathan McCrohan | 1 | -0/+5 | |
2012-02-15 | Archive files after upload. | Jonathan McCrohan | 1 | -0/+2 | |
2012-02-12 | Add ftp upload function + add documentation. | Jonathan McCrohan | 1 | -0/+21 | |