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.>
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.