--- 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"