Looks like .Net Core team has no plans to implement FtpWebRequest or some alternative, as mentioned in this issue on Github. Also I looked on nuget and not find any third party FTP-support libraries for net core.
I need to download XML with some settings via FTP in my program. Do I have any other way to do it?