E5Network/E5Ftp.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5726
e1dbd217214a
child 6048
82ad8ec9548c
--- a/E5Network/E5Ftp.py	Sun Apr 09 16:52:55 2017 +0200
+++ b/E5Network/E5Ftp.py	Sat May 06 13:43:21 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