how do u upload files to a fpt server in nant? i used the following code but it says that attribute server is unknown.
<ftp server="ftp.server.name.com"
userid="user"
password="user123"
remotedir="/the_dir_in_remote_file">
<fileset dir="dir_to_be_moved"/>
</ftp>
i use the ftptask library i cant figure out what is wrong..please help thanx