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>
There are no FTP capabilities out-of-the-box for netcoreapp1.0 or netstandard1.6. FtpWebRequest will return in netstandard2.0.