~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/ftp.py

PyCurl range-request integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
        We're meant to return a file-like object which bzr will
190
190
        then read from. For now we do this via the magic of StringIO
191
191
        """
 
192
        # TODO: decode should be deprecated
192
193
        try:
193
194
            mutter("FTP get: %s" % self._abspath(relpath))
194
195
            f = self._get_FTP()