|
Freeware Software
|
| A script driven FTP client that automates file transfers and other repetitive tasks like syncronizing files, backups, and web server updates. |
Only show errors, transfered files and print messages SILENT(ON ...
| # Only show errors, transfered files and print messages SILENT(ON) # Passive mode utilized because I am behind a firewall SETPASSIVE(ENABLED) # Retrieve the ... |
Backup_advanced.ftp # # This script ZIPs a local directory and ...
| # # Backup_advanced.ftp # # This script ZIPs a local directory and # uploads the created ZIP file to a FTP site. # It uses the free command-line tool ... |
This script syncronizes a remote folder from # a local directory ...
| # # This script syncronizes a remote folder from # a local directory and sends an email if an error # is found. The log file is also sent attached. ... |
[RTF] License Agreement The following terms and conditions must be read ...
| File Format: Rich Text Format - License Agreement. The following terms and conditions must be read before using a ScriptFTP soft product. Unless you have a different license agreement ... |
___ Web server update advanced ___ # # Updates a web from a local ...
| # # ___ Web server update advanced ___ # # Updates a web from a local directory. # OPENHOST and SYNC error handling. webserver="ftp.host.com" myuser="joe" ... |
#This script syncs two FTP servers every hour. #It does an ...
| #This script syncs two FTP servers every hour. #It does an infinite loop, no scheduling needed. master_server="ftp.scriptftp.com" ... |
#Connect to ftp.myhost.com and download all the files inside the ...
| #Connect to ftp.myhost.com and download all the files inside the www folder. #define some variables host="ftp.myhost.com" user="carl" password="1234567890" ... |
#This script does an infinite loop and mantains a local dir always ...
| #This script does an infinite loop and mantains a local dir always syncronized from a FTP site: host="172.16.0.4" user="carl" password="123456" ... |
upload_retry.ftp # upload a set of files to the FTP server # Retry ...
| # # upload_retry.ftp # upload a set of files to the FTP server # Retry to connect to the server if connection failed :connect ... |
Copyright © 2002-2006, websy.net All Rights Reserved.