diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-05-20 11:21:42 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-05-20 11:21:42 +0200 |
| commit | 2a8110532889efb58370d11cf3db0a059f554b82 (patch) | |
| tree | eb40de22b9d0f5b61500f7a089a5a2903008bc59 /lib/Plugins/FileTransfer.conf | |
| parent | 40d3a846c8fb7dcbc03cf2dfcd911baf0b64987b (diff) | |
| parent | 6e99c8f26bba17cc3b6d4f49a720997d6ff0e5d6 (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Plugins/FileTransfer.conf')
| -rw-r--r-- | lib/Plugins/FileTransfer.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Plugins/FileTransfer.conf b/lib/Plugins/FileTransfer.conf new file mode 100644 index 0000000..ffd1607 --- /dev/null +++ b/lib/Plugins/FileTransfer.conf @@ -0,0 +1,13 @@ +# Configuration of the file transfer reporter plugin + +# URL to upload the files to +# supported: ftp, ftps, http, https, scp, sftp, tftp +# for example: ftp://user:password@server.name/directory +# or: scp://user:password@server.name:port/directory etc. +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 |
