Date: Wed, 30 May 2007 01:02:34 +0100 From: Bruce Cran <bruce@cran.org.uk> To: freebsd-questions@freebsd.org Subject: ftpd and filenames with curly brackets Message-ID: <465CBF1A.9070609@cran.org.uk>
next in thread | raw e-mail | index | archive | help
I've been trying to transfer files from one PC to another using FreeBSD's ftpd and have run into a problem with filenames containing curly brackets. It seems that ftpd is removing the brackets before evaluating any ftp commands on them. For example, from the debug log: command: TYPE I <--- 200 Type set to I. command: SIZE guid_{1234567890}_file.txt <-- 550 guid_1234567890_file.txt: No such file or directory. Is there a way to enable it to deal with such filenames? -- Bruce Cran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?465CBF1A.9070609>