X-Spam-Check-By: sourceware.org
Message-ID: <761bbcf10706161856h14ea6371jd5716f8b7099dbc5@mail.gmail.com>
Date: Sat, 16 Jun 2007 22:56:06 -0300
From: t0th <south.minds@gmail.com>
To: cygwin@cygwin.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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/

