aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftphelper.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-12-04ftpupload: decouple ftpupload from modbuslogJonathan McCrohan1-1/+1
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-03-24ftphelper: add --version argumentJonathan McCrohan1-0/+8
2012-03-05Refactor codeJonathan McCrohan1-1/+2
No source chances, reindent only.
2012-02-12Add ftp upload function + add documentation.Jonathan McCrohan1-0/+104