I am writing a SFTP / FTP client. For that I need to know the what error statuses are temporary (client side) errors that might not occur or could be resolved by retrying the operation.
I went through the following links and could not get much clarity on this.
https://api.rebex.net/##RebexTotalPack.chm/Html/T_Rebex_Net_SftpExceptionStatus.htm
https://api.rebex.net/##RebexTotalPack.chm/Html/T_Rebex_Net_FtpExceptionStatus.htm
Could you please help me with that?