From owner-freebsd-questions@FreeBSD.ORG Thu Feb 3 20:37:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE85116A4CE for ; Thu, 3 Feb 2005 20:37:18 +0000 (GMT) Received: from relay1.mail.cyrk.com (relay1.mail.cyrk.com [4.21.167.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C9043D53 for ; Thu, 3 Feb 2005 20:37:18 +0000 (GMT) (envelope-from totem-lists@totem.is-a-geek.com) Received: from out1.nospam.cyrk.com (out1.nospam.cyrk.com [172.16.2.34]) by relay1.mail.cyrk.com (Mail Daemon) with ESMTP id 38ABE3760A for ; Thu, 3 Feb 2005 09:14:27 -0800 (PST) Received: from totem.is-a-geek.com ([172.16.5.50]) by out1.nospam.cyrk.com (Mail Daemon) with ESMTP; Thu, 03 Feb 2005 12:37:17 -0800 Message-ID: <42028B7C.8030207@totem.is-a-geek.com> Date: Thu, 03 Feb 2005 12:37:16 -0800 From: Totem User-Agent: Mozilla Thunderbird 0.5 (X11/20040902) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mlf-Reason: rules:hdrs Subject: Strange problem with ftpd and IE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: totem@totem.is-a-geek.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 20:37:18 -0000 Hello, 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 ftp.mydomain.com Connected to server.mydomain.com. 220 server.mydomain.com FTP server (Version 6.00LS) ready. Name (ftp.mydomain.com:totem): ftp 331 Guest login ok, send your email address as password. Password: 230 Guest login ok, access restrictions apply. Remote system type is UNIX. Using binary mode to transfer files. 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 lrwxr-xr-x 1 Administrator 0 14 Feb 2 19:11 Mcafee -> Windows/Mcafee drwxrwxr-x 8 Administrator IT Department 512 Feb 2 19:01 OpenBSD drwxrwxr-x 11 Administrator IT Department 512 Feb 2 19:06 UNIX drwxrwxr-x 101 Administrator IT Department 2560 Feb 2 20:27 Windows lrwxr-xr-x 1 Administrator IT Department 1 Feb 2 20:06 pub -> . 226 Transfer complete. This is what the directory list looks like in IE (roughly translated into text by me): "512 Feb 1 23:56 Linux" "512 Feb 2 00:30 FreeBSD" "512 Feb 2 19:01 OpenBSD" "512 Feb 2 19:06 UNIX" "512 Feb 2 19:09 Cisco" "Mcafee" "1 Feb 2 20:06 pub" Everything inside the quotes shows up as the directory names. I hate IE, but I have to support it. Am I doing something wrong? Is there a bug? Should I recompile? Should I just use a different ftp server? Note: I compiled ftpd myself when I updated RELENG_5.3 on 2005-01-31. I wasn't using ftpd before then. Thanks, Totem