summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system.conf')
-rw-r--r--src/system/dlt-system.conf10
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