Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2003 10:14:35 -0500
From:      David Rhodus <david@uky.edu>
To:        freebsd-current@FreeBSD.org
Subject:   ftpd mkdir problems
Message-ID:  <B4E1A495-352E-11D7-820C-0050E460845F@uky.edu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B4E1A495-352E-11D7-820C-0050E460845F>