Skip to content

Instantly share code, notes, and snippets.

@lvjian700
Created November 7, 2012 09:25
Show Gist options
  • Save lvjian700/4030368 to your computer and use it in GitHub Desktop.
Save lvjian700/4030368 to your computer and use it in GitHub Desktop.
Ubuntu, add FTP task support for ant.
wget http://www.fayea.com/apache-mirror//commons/net/binaries/commons-net-3.1-bin.zip
unzip commons-net-3.1-bin.zip
sudo cp commons-net-3.1/commons-net-3.1.jar /usr/share/ant/lib/
rm -rf commons-net-3.1
rm -rf commons-net-3.1-bin.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment