From kfm-devel Wed Dec 22 23:18:00 1999 From: owner () bugs ! kde ! org (Stephan Kulow) Date: Wed, 22 Dec 1999 23:18:00 +0000 To: kfm-devel Subject: Bug#2057: marked as done (kfm tmp filenaming conventions) X-MARC-Message: https://marc.info/?l=kfm-devel&m=94590471905746 Your message dated Wed, 22 Dec 1999 23:11:45 +0000 with message-id <19991222231145.B807@faure.localdomain> and subject line Bug#2057: kfm tmp filenaming conventions has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 27 Sep 1999 20:31:39 +0000 From capslock@sirius.com Mon Sep 27 22:31:39 1999 Received: from mail1.sirius.com ([205.134.253.131]:38930 "EHLO mail1.sirius.com") by max.tat.physik.uni-tuebingen.de with ESMTP id ; Mon, 27 Sep 1999 22:31:27 +0200 Received: from sirius.com (capslock@ppp-asok08--167.sirius.net [205.134.245.167]) by mail1.sirius.com (8.9.3/8.9.1) with ESMTP id NAA97519 for ; Mon, 27 Sep 1999 13:31:09 -0700 (PDT) Sender: capslock@sirius.com Message-ID: <37EFD25B.B8DBF54E@sirius.com> Date: Mon, 27 Sep 1999 13:23:55 -0700 From: Allen Crider Organization: .:. X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.2.11 i586) X-Accept-Language: en MIME-Version: 1.0 To: submit@bugs.kde.org Subject: kfm tmp filenaming conventions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-Path: X-Orcpt: rfc822;submit@bugs.kde.org Package: kfm Version: 1.167.2.21 It is possible to right-click an item in an ftp directory and pass the requested file directly to Archiver. However, kfm/kio creates a file in the tmp directory but adds unique PID at the END of the filename, thus Archiver cannot understand the file format. Archiver expects gz or tgz etc. as the filename extension. Prepending the unique PID, or creating a directory tmp/pid# would fix the problem.