diff options
author | Simon Brandner <simon.brandner@partner.bmw.de> | 2013-01-25 12:23:05 +0100 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2013-07-19 16:54:19 +0200 |
commit | 78e1afcc7a1e0f3f7103ee242bdd08c1bef755ee (patch) | |
tree | df25a944ca44d2696f0c69804c07ab426011472c /src/system/dlt-system.conf | |
parent | 8dff68023d0d21529f409742c2d5597686a06da4 (diff) | |
download | DLT-daemon-78e1afcc7a1e0f3f7103ee242bdd08c1bef755ee.tar.gz |
modified filetransfer to be more robust in restarting transfers
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/system/dlt-system.conf')
-rw-r--r-- | src/system/dlt-system.conf | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf index eee34c3..1675cb6 100644 --- a/src/system/dlt-system.conf +++ b/src/system/dlt-system.conf @@ -41,20 +41,12 @@ FiletransferTimeDelay = 10 # Time in ms seconds to wait between two file transfer logs of a single file to DLT. (Default: 10) FiletransferTimeoutBetweenLogs = 10 -# Temporary directory to use. -# File transfer will move a file to this directory -# while it is being compressed and sent -# Make sure that dlt-system has all the necessary rights to -# Read, Write, Remove and Move files between all these directories. -# It is safest and most efficient to have all the directories -# under one file system. -FiletransferTempDir = /tmp - # You can define multiple file transfer directories # Define the directory to watch, whether to compress # the file with zlib and the zlib compression level # For parsing purposes, FiletransferCompressionLevel # must be the last one of three values. +# For compressing and sending following subdirectories are used: .tocompress and .tosend FiletransferDirectory = /var/dlt/ft1 FiletransferCompression = 1 FiletransferCompressionLevel = 5 |