From 44d0593bd24d58ee4252a332655475bcf9f83577 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 11 Nov 2010 20:41:18 +0100 Subject: remove "old-style" FileTransfer and ReportUploader plugins Signed-off-by: Denys Vlasenko --- src/plugins/FileTransfer.conf | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/plugins/FileTransfer.conf (limited to 'src/plugins/FileTransfer.conf') diff --git a/src/plugins/FileTransfer.conf b/src/plugins/FileTransfer.conf deleted file mode 100644 index 111c1c4b..00000000 --- a/src/plugins/FileTransfer.conf +++ /dev/null @@ -1,35 +0,0 @@ -# Configuration of the FileTransfer reporter plugin. -Enabled = yes - -# The plugin is invoked in the abrt.conf file, usually in the -# ActionsAndReporters option and/or the [cron] section. -# There are two modes of invocation: -# -# * Specify FileTransfer(one) in ActionsAndReporters directive. -# Immediately after crash is detected, the plugin transfers -# crash data to the server specified via URL directive in this file. -# -# * Specify FileTransfer(store) in ActionsAndReporters directive -# and add "HH:MM = FileTransfer" line in [cron] section. -# At the time of the crash, the plugin stores a record of it -# in its internal list. When specified time is reached, -# the plugin iterates through its internal list and sends -# every recorded crash to the specified URL. -# After that, the internal list is cleared. - - -# 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/test_directory -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 -- cgit