From owner-freebsd-current Fri Jan 31 7:18:46 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19B6D37B401 for ; Fri, 31 Jan 2003 07:18:45 -0800 (PST) Received: from sweb.uky.edu (sweb.uky.edu [128.163.2.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CD043E4A for ; Fri, 31 Jan 2003 07:18:44 -0800 (PST) (envelope-from david@uky.edu) Received: from uky.edu ([198.93.75.2]) (authenticated bits=0) by sweb.uky.edu (8.12.3/8.12.3) with ESMTP id h0VF4BEC072318 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NOT) for ; Fri, 31 Jan 2003 10:04:12 -0500 (EST) (envelope-from david@uky.edu) Date: Fri, 31 Jan 2003 10:14:35 -0500 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: ftpd mkdir problems From: David Rhodus To: freebsd-current@FreeBSD.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Using the default ftpd that comes with FreeBSD, in the mkdir command, why doesn't it expand '~', the cd and rmdir commands seem to. Passing over the code it just calls the c function with should expand it. ftp> cd ~will 250 CWD command successful. ftp> mkdir ~will/test 550 ~will/test: No such file or directory. ftp> mkdir test 257 "test" directory created. ftp> rmdir ~will/test 250 RMD command successful. ftp> -- David Rhodus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message