4

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?

PilgrimViis
  • 1,511
  • 2
  • 17
  • 21
  • 4
    FYI, [`FtpWebRequest` is planned to be included in .Net Standard 2.0 / .Net Core vNext](https://apisof.net/catalog/System.Net.FtpWebRequest). Though that doesn't help you right now. – svick Dec 27 '16 at 21:10

1 Answers1

4

I think I found solution. CoreFtp

PilgrimViis
  • 1,511
  • 2
  • 17
  • 21