upload file with FTP using nant

前端 未结 6 1574
一生所求
一生所求 2021-02-06 01:15

I have an NAnt script that I use to build my .NET project, and I\'m looking to see if there is a way to upload the resulted assemblies to some remote folder using an FTP task.

6条回答
  •  攒了一身酷
    2021-02-06 01:20

    You could use WinSCP as console application in a NAnt task. Using WinSCP will give You access to extra goodies like synchronization.

    That's what we are doing and it works like a charm.

提交回复
热议问题