~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/ftp.py

  • Committer: Aaron Bentley
  • Date: 2007-08-21 01:32:29 UTC
  • mfrom: (2727 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: aaron.bentley@utoronto.ca-20070821013229-miopsemz249tv0bl
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
        #raise TransportError(msg='Error for path: %s' % (path,), orig_error=e)
184
184
        raise
185
185
 
186
 
    def should_cache(self):
187
 
        """Return True if the data pulled across should be cached locally.
188
 
        """
189
 
        return True
190
 
 
191
186
    def _remote_path(self, relpath):
192
187
        # XXX: It seems that ftplib does not handle Unicode paths
193
188
        # at the same time, medusa won't handle utf8 paths So if