diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-22 14:17:47 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-22 14:17:47 +0100 |
| commit | e0f569e1f027326bccec60af95d2923b57d65815 (patch) | |
| tree | d8e8f005cdd375ac2046f3fd94e85b1624fb9efe /lib | |
| parent | eec9317720482bd5a12b3fdcbb64ace9eb73afb5 (diff) | |
| download | abrt-e0f569e1f027326bccec60af95d2923b57d65815.tar.gz abrt-e0f569e1f027326bccec60af95d2923b57d65815.tar.xz abrt-e0f569e1f027326bccec60af95d2923b57d65815.zip | |
FileTransfer.conf: mention that URL = ftp:///tmp works too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Plugins/FileTransfer.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Plugins/FileTransfer.conf b/lib/Plugins/FileTransfer.conf index 1ceccec..d75488c 100644 --- a/lib/Plugins/FileTransfer.conf +++ b/lib/Plugins/FileTransfer.conf @@ -6,9 +6,10 @@ Enabled = yes # upload - upload new crash or saved crashes to the specified url # URL to upload the files to -# supported: ftp, ftps, http, https, scp, sftp, tftp +# 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 URL = #archive type, one of .zip, .tar.gz or .tar.bz2 |
