From owner-freebsd-questions@FreeBSD.ORG Wed Nov 30 13:05:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C2FE216A41F for ; Wed, 30 Nov 2005 13:05:31 +0000 (GMT) (envelope-from stevan.tiefert@freenet.de) Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3504043D53 for ; Wed, 30 Nov 2005 13:05:30 +0000 (GMT) (envelope-from stevan.tiefert@freenet.de) Received: from [194.97.55.191] (helo=mx7.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.60-RC1) (envelope-from ) id 1EhReL-0005Hd-U6 for freebsd-questions@freebsd.org; Wed, 30 Nov 2005 14:05:29 +0100 Received: from a4734.a.pppool.de ([213.6.71.52] helo=freenet.de) by mx7.freenet.de with esmtpa (ID stevan.tiefert@freenet.de) (Exim 4.54 #12) id 1EhReL-0005ic-CF for freebsd-questions@freebsd.org; Wed, 30 Nov 2005 14:05:29 +0100 Message-ID: <438DA3B0.9000808@freenet.de> Date: Wed, 30 Nov 2005 14:05:52 +0100 From: Stevan Tiefert User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.4) Gecko/20030619 Netscape/7.1 (ax) X-Accept-Language: de-de, de MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD telnetd and Microsoft Internet Explorer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2005 13:05:31 -0000 Hello list, on my machine there runs a telnetd started via inetd. It is not an anonymous ftpd. When I access the directories of an user with Internet Explorer I got strange outputs on my screen. The described szene is not happening if I use the telnet on cmd.exe. Internet Explorer is showing the filenames and time (of the ftpd) together as one filename?!? That means on ftpd: $ ls -al .login -rw-r--r-- 1 user user 248 29 Nov 14:39 .login and in IE I see the icon with filename "14:39 .login"!!! Is there a workaround for that? Why is ftpd making such funny things? I can not read "14:39 .login" because IE says only file not found... With regards Stevan -- Why my wife is happy when I do a "make buildkernel" and a "make installkernel"? I have then a lot of time to do my housework :-(