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