# # Web Server update example # # Uploads the modified files to the web server # # Write your settings here: hostname="ftp.host.com" user="myuser" password="mypassword" OPENHOST(hostname,user,password) SYNC("C:\LocalWebFolder\","/www",UPLOAD) CLOSEHOST()