summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-22 14:17:47 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-22 14:17:47 +0100
commite0f569e1f027326bccec60af95d2923b57d65815 (patch)
treed8e8f005cdd375ac2046f3fd94e85b1624fb9efe /lib
parenteec9317720482bd5a12b3fdcbb64ace9eb73afb5 (diff)
downloadabrt-e0f569e1f027326bccec60af95d2923b57d65815.tar.gz
abrt-e0f569e1f027326bccec60af95d2923b57d65815.tar.xz
abrt-e0f569e1f027326bccec60af95d2923b57d65815.zip
FileTransfer.conf: mention that URL = ftp:///tmp works too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/FileTransfer.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Plugins/FileTransfer.conf b/lib/Plugins/FileTransfer.conf
index 1ceccec..d75488c 100644
--- a/lib/Plugins/FileTransfer.conf
+++ b/lib/Plugins/FileTransfer.conf
@@ -6,9 +6,10 @@ Enabled = yes
# upload - upload new crash or saved crashes to the specified url
# URL to upload the files to
-# supported: ftp, ftps, http, https, scp, sftp, tftp
+# supported: ftp, ftps, http, https, scp, sftp, tftp, file
# for example: ftp://user:password@server.name/directory
# or: scp://user:password@server.name:port/directory etc.
+# for testing: file:///tmp
URL =
#archive type, one of .zip, .tar.gz or .tar.bz2