From e0eb8fbb93872a1938e7dfdc7ec654fc48ad71f3 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 20 May 2009 11:18:54 +0200 Subject: initial file transfer plugin (dnovotny) --- lib/Plugins/FileTransfer.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/Plugins/FileTransfer.conf (limited to 'lib/Plugins/FileTransfer.conf') 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 -- cgit