Created
November 7, 2012 09:25
-
-
Save lvjian700/4030368 to your computer and use it in GitHub Desktop.
Ubuntu, add FTP task support for ant.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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