没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > simple-website-synchronizer |
simple-website-synchronizer
|
0 | 0 | 41 |
贡献者 | 讨论 | 代码提交 |
概述
simple-website-synchronizer
ensures that files of a website stored on your hard drive are automatically synchronized with the website's FTP server generates the website's Sitemap and notifies the search engines (currently Google only) that the website has been updated runs on any J2SE 6.0 Java Virtual Machine
Usage:
./sync-website /path/to/properties-based/configuration/file true
List of properties to include in the configuration file:
website-base-directory = /local/path/to/website/base/directory web-server-url = www.example.com ftp-server-url = ftp.example.com ftp-server-login = mylogin ftp-server-password = mypassword ftp-server-subdirectory = /remote/path/on/ftp/server
创建时间:2014-05-11 21:56