upload file with FTP using nant
        Posted  
        
            by Or A
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Or A
        
        
        
        Published on 2010-05-07T20:52:15Z
        Indexed on 
            2010/05/07
            20:58 UTC
        
        
        Read the original article
        Hit count: 398
        
hi,
i have a 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 of nant.
i couldn't find any good example online, and i'm wonder if anyone know how to do it, if its doable at all.
FYI: i'm running it on a windows machine, if it makes any difference.
Thanks,
Ori
© Stack Overflow or respective owner