summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/abrt-FileTransfer.7
diff options
context:
space:
mode:
authordnovotny <danny@rawhide.localdomain>2009-09-17 15:15:02 -0400
committerdnovotny <danny@rawhide.localdomain>2009-09-17 15:15:02 -0400
commitf622eba3fafba676b7bdbc959cb61a32ede587bb (patch)
tree412948bbf9bbee244b9c7b8aeaa781a0f0da7627 /lib/Plugins/abrt-FileTransfer.7
parentc2e594a9678f56030cdb7428580b8ee67f6c0c5e (diff)
downloadabrt-f622eba3fafba676b7bdbc959cb61a32ede587bb.tar.gz
abrt-f622eba3fafba676b7bdbc959cb61a32ede587bb.tar.xz
abrt-f622eba3fafba676b7bdbc959cb61a32ede587bb.zip
rewrite FileTransfer to use library calls instead of commandline calls for compression
Diffstat (limited to 'lib/Plugins/abrt-FileTransfer.7')
-rw-r--r--lib/Plugins/abrt-FileTransfer.76
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Plugins/abrt-FileTransfer.7 b/lib/Plugins/abrt-FileTransfer.7
index d1d3b25..93cc9ee 100644
--- a/lib/Plugins/abrt-FileTransfer.7
+++ b/lib/Plugins/abrt-FileTransfer.7
@@ -47,9 +47,9 @@ the user name and the password, for example:
URL = ftp://user:passwd@server.com/path
.SS ArchiveType
The type of the archive in which to pack the crash data.
-Currently, \fI.tar.gz\fP, \fI.tar.bz2\fP and \fI.zip\fP are supported.
-The plugin currently relies on external file archiving
-commandline utilities, which will create the archive.
+Currently, \fI.tar\fP, \fI.tar.gz\fP, \fI.tar.bz2\fP and \fI.zip\fP
+are supported.
+The plugin uses archive creation libraries for this.
The default is
.br
ArchiveType = .tar.gz