1.5.24:network path names with @ sign (at sign)

t0th south.minds@gmail.com
Sun Jun 17 02:14:00 GMT 2007


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
ls -l //server\@name/share/folder_name/foo
cp //server\@name/share/folder_name/foo .
cd //server\@name/share/folder_name/
cd //server\@name/share/

these doesn't work: (with or without escaped @)

ls -l //server\@name/share/
ls -l //server\@name/share/folder_name
rsync //server\@name/share/folder_name/ dst_folder

Notice it worked correctly as of version 1.5.19 (and previous ones).
Both installations cygcheck output are attached. In this case
//server@zone_name is provided by PC MacLan 9.0 software for Classic
Apple Networking. Notice also that the error message duplicates the
last argument in path when it's a folder and *not* when it's a file

Best regards
t0th

PD: sorry for the missing attachments in the previous mail, hit the wrong button
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck_ok.out
Type: application/octet-stream
Size: 12586 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20070617/6b9d540d/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck_bad.out
Type: application/octet-stream
Size: 43437 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20070617/6b9d540d/attachment-0001.obj>
-------------- next part --------------
--
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/


More information about the Cygwin mailing list