FTP client in .NET Core

Sergei Rudakov picture Sergei Rudakov · Nov 15, 2016 · Viewed 22.7k times · Source

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.

Answer

Sergei Rudakov picture Sergei Rudakov · Aug 24, 2017

FtpWebRequest is now included to .NET Standard 2.0

FluentFTP library is also compatible with latest .net standard 2.0