blob: 803b0ac8868dc8f559ab779b3d04945d0bfff56b (
plain)
1
2
3
4
5
6
7
8
9
|
# Description: Packs problem data into .tar.gz file and uploads it via FTP/SCP/etc
# 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
# If empty, the prepared archive is stored in /var/run/abrt/
URL =
|