ls command fails when network path contains @ sign $ ls -l //[EMAIL PROTECTED]/share/folder_name/ /bin/ls: cannot access //[EMAIL PROTECTED]/share/folder_name/folder_name: No such file or directory total 0 ?????????? ? ? ? ? ? folder_name
this works: touch //[EMAIL PROTECTED]/share/folder_name/foo cd //[EMAIL PROTECTED]/share/folder_name/ cd //[EMAIL PROTECTED]/share/ these doesn't: ls -l //[EMAIL PROTECTED]/share/ cp //[EMAIL PROTECTED]/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/