Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2005 14:42:18 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        totem@totem.is-a-geek.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Strange problem with ftpd and IE
Message-ID:  <20050203204218.GA79433@dan.emsphone.com>
In-Reply-To: <42028B7C.8030207@totem.is-a-geek.com>
References:  <42028B7C.8030207@totem.is-a-geek.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Feb 03), Totem said:
> I have a strange problem with the ftpd on FreeBSD 5.3-RELEASE-p5.  I
> am launching the server as a daemon with this command:
> 
> /usr/libexec/ftpd -AllrD4
> 
> Everything works fine except for when using Internet Explorer as an
> FTP client.  I've tested with Mozilla and Filezilla with no problems,
> but IE isn't working.  With IE the names of directories and files get
> concatenated with their properties.  This makes the ftp server
> unusable because browsing the directory fails.
> 
> This is what my file structure looks like using the ftp client in FreeBSD:
> 
> ftp> ls
> 229 Entering Extended Passive Mode (|||61273|)
> 150 Opening ASCII mode data connection for '/bin/ls'.
> total 14
> drwxrwxr-x    4 Administrator  IT Department   512 Feb  2 19:09 Cisco
> drwxrwxr-x    6 Administrator  IT Department   512 Feb  2 00:30 FreeBSD
> drwxrwxr-x    3 Administrator  IT Department   512 Feb  1 23:56 Linux

You probably shouldn't be using user or group names with spaces in
them.  This makes it very difficult for an ftp client to parse the
output of the ls command.

-- 
	Dan Nelson
	dnelson@allantgroup.com



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