[tahoe-dev] [tahoe-lafs] #645: connecting to sftp frontend using sshfs fails from linux client

tahoe-lafs trac at allmydata.org
Thu Mar 5 22:10:17 UTC 2009


#645: connecting to sftp frontend using sshfs fails from linux client
-------------------------------+--------------------------------------------
     Reporter:  azazel         |       Owner:          
         Type:  defect         |      Status:  reopened
     Priority:  minor          |   Milestone:  1.3.1   
    Component:  code-frontend  |     Version:  1.3.0   
   Resolution:                 |    Keywords:          
Launchpad_bug:                 |  
-------------------------------+--------------------------------------------
Changes (by rheimbuch):

 * cc: rheimbuch@… (added)
  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Path [3741] causes the contents of the 'root' directory to be displayed in
 all sub-directories. Example:

 {{{
 sftp> ls /
 /foobar    /test-dir
 sftp> ls /foobar
 /foobar/foobar      /foobar/test-dir
 sftp> ls /foobar/foobar
 /foobar/foobar/foobar     /foobar/foobar/test-dir
 sftp>
 }}}

 I get this behavior in both the sftp command line and sshfs.Reverting the
 patch seems to fix the it, but breaks sshfs compatability. The problem
 seems to be with the returning an empty path array when the path == "."

-- 
Ticket URL: <http://allmydata.org/trac/tahoe/ticket/645#comment:4>
tahoe-lafs <http://allmydata.org>
secure decentralized file storage grid


More information about the tahoe-dev mailing list