summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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