summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/FileTransfer.conf
blob: d75488c18d456d0d5300f999bb3d9dd577262145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Enabled = yes

# Configuration of the file transfer reporter plugin
# it takes one parameter:
# store - just save information about crash
# 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, 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
ArchiveType = .tar.gz

#how many times we try to upload the file
RetryCount = 3

#how long we wait between we retry the upload (in seconds)
RetryDelay = 20