Kaydet (Commit) 601ee7f8 authored tarafından Georg Brandl's avatar Georg Brandl

#6756: add some info about the "acct" parameter.

üst ed4ca821
...@@ -147,7 +147,8 @@ followed by ``lines`` for the text version or ``binary`` for the binary version. ...@@ -147,7 +147,8 @@ followed by ``lines`` for the text version or ``binary`` for the binary version.
``'anonymous@'``. This function should be called only once for each instance, ``'anonymous@'``. This function should be called only once for each instance,
after a connection has been established; it should not be called at all if a after a connection has been established; it should not be called at all if a
host and user were given when the instance was created. Most FTP commands are host and user were given when the instance was created. Most FTP commands are
only allowed after the client has logged in. only allowed after the client has logged in. The *acct* parameter supplies
"accounting information"; few systems implement this.
.. method:: FTP.abort() .. method:: FTP.abort()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment