Hi all, the ant scp task works great for me, at least to copy zip files. There is still an issue though : how do i manage properly the user/password?
So far i found 2 options : 1) write them in a text file (not really an option, clearly) 2) prompt the user. But there is not option to tell ant that the password should not be visible (seen as stars would be perfect). Do you guys have any idea about alternative *standardized* (if possible) solutions. Thanks Nicolas