~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to daemons/poppy-sftp.tac

stop LIST working

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        return self.uploadfilesystem._full(
104
104
            self.uploadfilesystem._sanitize(filename))
105
105
 
 
106
    def list(self, path_segments, attrs):
 
107
        return defer.fail(ftp.CmdNotImplementedError("LIST"))
 
108
 
106
109
 
107
110
    # XXX Add client_done_hook.
108
111