Re: Getting FTP server response codes
There's no explicit API to retrieve an underlying protocol error code. All you can do is to parse the code from the exception message.
Thank you for your response.
There's no explicit API to retrieve an underlying protocol error code. All you can do is to parse the code from the exception message.