-
Notifications
You must be signed in to change notification settings - Fork 1
Updating
Josh Stark edited this page Mar 22, 2015
·
5 revisions
To update, stop the service sudo service autoftp stop
.
Then get the latest code:
wget https://github.com/JAGFin1/auto-ftp/releases/download/v0.6/autoftp.tar.gz && tar xvzf autoftp.tar.gz autoftp/
Copy the .jar file into the /usr/bin directory:
sudo cp autoftp/lib/auto-ftp.jar /usr/bin/autoftp/lib/ && rm -rf autoftp/ && rm autoftp.tar.gz
If there are any config updates, make sure the new properies are added.
Then restart the service: sudo service autoftp start