aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftpupload (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04ftpupload: decouple ftpupload from modbuslogJonathan McCrohan1-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-27ftphelper: parameterise LOCALDIRECTORYJonathan McCrohan1-4/+5
2012-03-13ftpupload: use fully qualified pathsJonathan McCrohan1-3/+10
cron requires them
2012-03-12ftphelper: Fix off by one errorv1.2Jonathan McCrohan1-7/+7
Date in filename represents file generation time, not date of logfile. Throwback to fieldcommander sqlite to logfile days.
2012-03-127 day rolling uploadJonathan McCrohan1-8/+22
2012-03-09Fix ftpuploadJonathan McCrohan1-1/+5
2012-02-20Prune archive after 3 monthsJonathan McCrohan1-0/+5
2012-02-15Archive files after upload.Jonathan McCrohan1-0/+2
2012-02-12Add ftp upload function + add documentation.Jonathan McCrohan1-0/+21