From owner-freebsd-bugs Mon Oct 9 2:50: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5874237B66D for ; Mon, 9 Oct 2000 02:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA76867; Mon, 9 Oct 2000 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9EBBE37B503; Mon, 9 Oct 2000 02:47:59 -0700 (PDT) Message-Id: <20001009094759.9EBBE37B503@hub.freebsd.org> Date: Mon, 9 Oct 2000 02:47:59 -0700 (PDT) From: vstanescu@logicnet.ro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/21856: The FTP installer sends useless "CWD ." - creates problems with some ftp servers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21856 >Category: conf >Synopsis: The FTP installer sends useless "CWD ." - creates problems with some ftp servers >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 09 02:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Victor STANESCU >Release: 4.1.1-RELEASE >Organization: LOGIC Telecom >Environment: not relevant >Description: The ftp installation of freebsd 4.1.1-release sends the following sequences when entering the freebsd directory on the ftp server: CWD CWD . CWD 4.1.1-RELEASE The "CWD ." is useless (it does practically nothing) and has the following problem: - with some ftp servers (like publicfile for example) the . and .. are hidden and not permited to the user, so it just gives errors like "file not found" when trying this. As this CWD . is not a usefull command, i think there should be no problem in removing it, and this would help users of non-standard (bsd/wu ftpd) ftp servers. The problem was not present in 4.1-RELEASE >How-To-Repeat: install 4.1.1-RELEASE >Fix: Remove the "CWD .", as this is an useless command. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message