X-Spam-Check-By: sourceware.org Message-ID: <761bbcf10706161856h14ea6371jd5716f8b7099dbc5@mail.gmail.com> Date: Sat, 16 Jun 2007 22:56:06 -0300 From: t0th To: cygwin AT cygwin DOT com Subject: 1.5.24:network path names with @ sign (at sign) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com ls command fails when network path contains @ sign $ ls -l //server\@name/share/folder_name/ /bin/ls: cannot access //server\@name/share/folder_name/folder_name: No such file or directory total 0 ?????????? ? ? ? ? ? folder_name this works: touch //server\@name/share/folder_name/foo cd //server\@name/share/folder_name/ cd //server\@name/share/ these doesn't: ls -l //server\@name/share/ cp //server\@name/share/folder_name/foo . Notice it worked correctly as of version 1.5.19. Both cygcheck output are attached. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/