From d9e7690dc169c82d0011ca0a49f74e980f707b0b Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 12 Feb 2012 23:25:19 +0000 Subject: Add ftp upload function + add documentation. --- README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README') diff --git a/README b/README index 8627442..4815b3f 100644 --- a/README +++ b/README @@ -37,6 +37,8 @@ Required files: -------------------- /sbin/modbuslog executable program +/usr/bin/ftpupload ftp upload script +/usr/bin/ftphelper ftp upload script helper /etc/modbuslog.cfg configuration file /var/modbuslog/ output directory where logs are stored /var/modbuslog/interval/interval.txt textfile storing unique interval @@ -57,6 +59,13 @@ device, These include: 5) stop_bits stop bits, commonly 1. 6) retry number of retries for each failed reading. +The ftp section defines the parameters for the ftp upload function. The +required parameters are: + 1) server address of remote ftp server + 2) username ftp username + 3) password ftp password + 4) directory directory on ftp server files will be uploaded to + The reading section defines the unique reading times that the program is required to log at. Each entry must contain: 1) slaveid modbus slave id -- cgit v1.2.3