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