Can I download file / list files via FTP protocol using netcoreapp1.0?
I know, I can use FtpWebRequest or FluentFTP if I target full .net45 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.
FtpWebRequest is now included to .NET Standard 2.0
FluentFTP library is also compatible with latest .net standard 2.0