FTP client in .NET Core

asked9 years ago
last updated5 years ago
viewed36.4k times
Up Vote19Down Vote

Can I download file / list files via FTP protocol using ? I know, I can use FtpWebRequest or FluentFTP if I target full 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.