################################################# #lmftp V2.0 by Thomas Haecker, t.haecker@gmx.net# ################################################# #Requirements: # #lmftp needs lftp installed, an active crond # #and an active atd # ################################################# #Installation instructions: # #1. copy the whole lmftp-folder to /var/opt/ #
# i.e. cp -r lmftp /var/opt/ # #2. create user lmftp # # i.e. useradd -c lmftp -r lmftp # #3. change the owner to lmftp # # i.e. chown -R lmftp /var/opt/lmftp # #4. change rights to 700 # # i.e. chmod -R 700 /var/opt/lmftp # #5. copy lmftp.sh to /usr/bin/ # # i.e. cp /var/opt/lmftp/lmftp.sh /usr/bin/ # #6. change rights to 500 # # i.e. chmod 500 /usr/bin/lmftp.sh # #7. create the log folder # # i.e. mkdir /var/log/lmftp # #8. create the log-file # # i.e. touch /var/log/lmftp/lmftp.log # #9. change the ownership to lmftp # # i.e. chown -R lmftp /var/log/lmftp # #10.execute lmftp.sh # # i.e. lmftp.sh # ################################################# #Documentation: # #http://lmftp.sourceforge.net # ################################################# #Changelog: # #2.0.3 -> 2.0.4 # #- locationset-sources have not been deleted # # when a jobname changed # #- the sources and destinations preselection # # might have been not correct when editing # # a job # #- crontab and atqeues have not been updated # # when a jobname changed # #- scheduled jobs might have been delete-able # #2.0.2 -> 2.0.3 # #- nozip-Option didn't work # #2.0.1 -> 2.0.2 # - No error message was displayed when a job was # edited with a false or no name # #- When editing a hostname, the affected # # locations haven't been updated correctly #
- A ftp-transfer error has been corrected which # might have caused "Access denied"-messages #
#- Locations are no longer delete-able when # # used in a job # #2.0.0 -> 2.0.1 # #- Now all notifications are displayed when # # editing a job # #- Job summary is now seperated by line # #- Not all files in workspace have been deleted # # after a job has finished #
#################################################
