~ndurner/bzr/bzr-ftp

« back to all changes in this revision

Viewing changes to bzrlib/transport/ftp/__init__.py

  • Committer: Nils Durner
  • Date: 2009-07-21 21:21:28 UTC
  • Revision ID: ndurner@web.de-20090721212128-rbf61ep7yv26jgb4
Explain flag initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        else:
101
101
            self.is_active = False
102
102
        
 
103
        # Most modern FTP servers support the APPE command. If ours doesn't, we (re)set this flag accordingly later.
103
104
        self._has_append = True
104
105
 
105
106
    def _get_FTP(self):