[Cyberduck-trac] [Cyberduck] #995: Symbolic links on local side are not handled properly
    Cyberduck 
    trac at trac.cyberduck.ch
       
    Mon Jan 22 00:27:46 CET 2007
    
    
  
#995: Symbolic links on local side are not handled properly
------------------------+---------------------------------------------------
 Reporter:  simonvwade  |        Owner:  dkocher 
     Type:  defect      |       Status:  reopened
 Priority:  highest     |    Milestone:          
Component:  core        |      Version:  2.7.2   
 Severity:  critical    |   Resolution:          
 Keywords:              |  
------------------------+---------------------------------------------------
Changes (by simonvwade):
  * status:  closed => reopened
  * resolution:  worksforme =>
Comment:
 {{{
 monty:~/tmp$ echo "Hello world" > file.txt
 monty:~/tmp$ ln -s file.txt link.txt
 monty:~/tmp$ ls -al
 total 16
 drwxr-xr-x     4 simonwad  staff   136 Jan 22 10:24 .
 drwxr-xr-x   131 simonwad  staff  4454 Jan 22 10:23 ..
 -rw-r--r--     1 simonwad  staff    12 Jan 22 10:24 file.txt
 lrwxr-xr-x     1 simonwad  staff     8 Jan 22 10:24 link.txt -> file.txt
 }}}
 Uploaded and downloaded link.txt
 {{{
 monty:~/tmp$ ls -al
 total 16
 drwxr-xr-x     5 simonwad  staff   170 Jan 22 10:26 .
 drwxr-xr-x   131 simonwad  staff  4454 Jan 22 10:23 ..
 -rw-r--r--     1 simonwad  staff     0 Jan 21 18:25 Hello world?
 lrwxr-xr-x     1 simonwad  staff    12 Jan 22 10:26 file.txt -> Hello
 world?
 lrwxr-xr-x     1 simonwad  staff     8 Jan 22 10:24 link.txt -> file.txt
 }}}
-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/995#comment:2>
Cyberduck <http://cyberduck.ch>
FTP and SFTP Browser for Mac OS X.
    
    
More information about the Cyberduck-trac
mailing list