FTP client in .NET Core

前端 未结 5 1046
不知归路
不知归路 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:50

    There are no FTP capabilities out-of-the-box for netcoreapp1.0 or netstandard1.6. FtpWebRequest will return in netstandard2.0.

提交回复
热议问题