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.>
Working WinSCP example here:
where backup.winscp in above exec is a file with the following content
option batch abort option confirm off open ftp://user:password@ftp.yourhost.com put "%1%" exit