Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2001 16:13:26 +0200 (CEST)
From:      Oliver Fromme <olli@secnetix.de>
To:        freebsd-stable@FreeBSD.ORG, "Eugene M. Kim" <ab@astralblue.net>
Subject:   Re: ftpd weirdness; CWD/RETR/... handles {} specially?
Message-ID:  <200107081413.QAA67683@lurza.secnetix.de>
In-Reply-To: <20010708225724.A40756@the-7.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Eugene M. Kim <ab@astralblue.net> wrote:
 > In that case, is there any way to disable the
 > globbing?  I've just read the manpage but couldn't find the appropriate
 > flag for it.

No, you can't disable the globbing globally in the ftpd, as
fas as I know.  I think it would be a bad idea anyway, as
some clients might find it very useful.  I also think it's
a bad idea to use shell metacharacters in filenames.

You can simply quote/escape the metacharacters if needed,
e.g.

   cd "\{3\}"

Regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"All that we see or seem is just a dream within a dream" (E. A. Poe)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107081413.QAA67683>