~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/library/ftplib.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-11 13:30:19 UTC
  • mto: (10.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100311133019-sblbooa3uqrkoe70
Tags: upstream-2.6.5~rc2
ImportĀ upstreamĀ versionĀ 2.6.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
   ``'anonymous@'``.  This function should be called only once for each instance,
148
148
   after a connection has been established; it should not be called at all if a
149
149
   host and user were given when the instance was created.  Most FTP commands are
150
 
   only allowed after the client has logged in.
 
150
   only allowed after the client has logged in.  The *acct* parameter supplies
 
151
   "accounting information"; few systems implement this.
151
152
 
152
153
 
153
154
.. method:: FTP.abort()