FTP client in .NET Core
19
Can I download file / list files via FTP protocol using ? I know, I can use FtpWebRequest or FluentFTP if I target full framework. My solution, however, is all based on .NET Standard 1.6 and I don't want to support full framework just to have FTP.