Skip to content

Instantly share code, notes, and snippets.

@65
Created March 10, 2012 07:22
Show Gist options
  • Save 65/2010651 to your computer and use it in GitHub Desktop.
Save 65/2010651 to your computer and use it in GitHub Desktop.
Using the Ant FTP Task in Eclipse
<echo message="creating directory ${FTP.Development.Address}${FTP.Development.RemoteLocation} " />
<ftp server="ftp.sixfive.co.uk" userid="Anonymous" password="myemail@email.com" remotedir="/incoming/anonymous/">
<fileset dir="c:/temp/" />
</ftp>
\eclipse\plugins\org.apache.ant_1.6.5\lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment