E5Network/E5Ftp.py

changeset 5726
e1dbd217214a
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
diff -r 671561c52802 -r e1dbd217214a E5Network/E5Ftp.py
--- a/E5Network/E5Ftp.py	Fri May 05 19:05:26 2017 +0200
+++ b/E5Network/E5Ftp.py	Fri May 05 19:06:52 2017 +0200
@@ -252,6 +252,7 @@
         @param acct accounting information for the remote host (string)
         @return response sent by the remote host (string)
         @exception E5FtpProxyError raised to indicate a proxy related issue
+        @exception ftplib.error_reply raised to indicate an FTP error reply
         """
         if not user:
             user = "anonymous"

eric ide

mercurial