Sponsered Links
Categories
Sponsered Links

Ant FTP Download Example

 

This is a simple Ant FTP Download Example.

Getting Files:

<ftp action="get"
server="ftp.apache.org"
userid="anonymous"
password="me@myservername.com">
<fileset dir="htdocs/manual">
<include name="**/*.html"/>
</fileset> </ftp>
 Download Files:  <ftp action="get"
server="ftp.apache.org"
userid="anonymous"
password="me@myservername.com"
systemTypeKey="UNIX"
defaultDateFormatConfig="yyyy-MM-dd HH:mm">
<fileset dir="htdocs/manual">
<include name="**/*.html"/>
</fileset>
</ftp>


 
 
Sponsered Links
Latest Updates
 
All Content of this site is for learning only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright © 2009 JSPSERVLETTUTORIAL.INFO All Right Reserved