FTP client in .NET Core

前端 未结 5 1045
不知归路
不知归路 2021-01-08 01:09

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

5条回答
  •  一生所求
    2021-01-08 01:33

    FluentFTP now supports .NET core / .NET standard 1.6. If you run into problems please add an issue in the issue tracker and we'll work on it.

提交回复
热议问题