summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/TicketUploader.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/TicketUploader.conf')
-rw-r--r--lib/Plugins/TicketUploader.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/Plugins/TicketUploader.conf b/lib/Plugins/TicketUploader.conf
new file mode 100644
index 00000000..ad5f6d28
--- /dev/null
+++ b/lib/Plugins/TicketUploader.conf
@@ -0,0 +1,22 @@
+
+
+# Customer = "Example Inc."
+# Ticket = IT12345
+# Encrypt = yes
+# Upload = yes
+
+# 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 =
+
+#how many times we try to upload the file
+#RetryCount = 3
+
+#how long we wait between we retry the upload (in seconds)
+#RetryDelay = 20
+
+
+
+