How to upload a file to a webserver? Does ant support uploading files to a webserver ?
Created Feb 21, 2002
Erik Hatcher By "upload" you mean FTP? Sure... look at Ant's optional tasks - there is an <ftp> task (which requires an additional download of NetComponents, but its free and linked from Ant's documentation).