[tahoe-lafs-trac-stream] [tahoe-lafs] #1337: SFTP: FileZilla doesn't show subdirectories
tahoe-lafs
trac at tahoe-lafs.org
Wed Jan 26 00:49:13 UTC 2011
#1337: SFTP: FileZilla doesn't show subdirectories
-------------------------------+--------------------------------------------
Reporter: davidsarah | Owner: davidsarah
Type: defect | Status: assigned
Priority: major | Milestone: 1.9.0
Component: code-frontend | Version: 1.8.1
Resolution: | Keywords: sftp FileZilla
Launchpad Bug: |
-------------------------------+--------------------------------------------
Changes (by davidsarah):
* owner: => davidsarah
* status: new => assigned
* milestone: undecided => 1.9.0
Comment:
davidsarah: hmm, I have an idea what might be confusing filezilla
davidsarah: stop the gateway, then edit src/allmydata/frontends/sftpd.py
davidsarah: line 145 currently says 'st_size = attrs.get("size", "?")'
davidsarah: change it to 'st_size = attrs.get("size", 0)'
davidsarah: then restart the gateway and test it again
!MattDrollette: ha wow that did it
!MattDrollette: works fine now
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1337#comment:1>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list