upload file with FTP using nant

前端 未结 6 1585
一生所求
一生所求 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:44

    You may use the WinSCP (free ftp client for windows) and integrate it through nant "exec" tag. The setup is fairly straight forward and once it's done it works like a charm.

提交回复
热议问题