FluentFTP
FluentFTP copied to clipboard
Inconsistency of throw exception while using
**FTP Server OS: Unix
**FTP Server Type: Vsftpd
**Client Computer OS: Windows
**FluentFTP Version: 51.1.0
Framework: .NET 8
I use AsyncFtpClient
to download and upload file. In the case that file does not exist:
-
DownloadFile
throwFtpMissingObjectException
with inner exceptionFtpCommandException
-
DeleteFile
throwFtpCommandException
.
That lead to catching exception is frustrating. Hope you can fix it asap