Skip to content

a very simple custom ftp ant task that uses also a very simple ftp client library

Notifications You must be signed in to change notification settings

internetmosquito/custom_ftp_ant_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Introduction
************

This library implements a customized Ant task used to upload/download files from a FTP server using
a client ftp library named vsftpclient, which also wraps basic FTP client functionalities of the 
ftp4j library. Whenever you need to communicate with a FTP server in your Ant file and the default
FTP Ant task is not working (which was my case) you could use this.

At master you will find 2 folders:

custom-ftp-ant-task
custom-ftp-ant-task-test

First one is the ant task itself
Second one is a test project for the ant task, so you can try it out straight away

Contact
*******

Feel free to contact me regarding this library at alejandrovillamarin at gmail dot com
	
	
	

About

a very simple custom ftp ant task that uses also a very simple ftp client library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages