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.
I couldn't find any good example online, and I'm wondering if anyone knows how to do it, if it's doable at all.
FYI: I'm running it on a windows machine, if it makes any difference.