summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/TicketUploader.conf
blob: ad5f6d28b2481832c91629257a5e87a2a0583831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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