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


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