This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Attachment: cygcheck_ok.out
Description: Binary data

Attachment: cygcheck_bad.out
Description: Binary data

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]