docsite is a Document Site Generator .
Its main purpose is to simply generate an entire tree of directories and documents for a web server from a set of preformatted documents in a source folder tree and a file describing the folder structure, document titles and some additional text.
On a Windows operating system the GUI version of the generator is started by
docsite-gui
In a Unix/Linux environment the call is simply
docsite
When at least three additional arguments are passed on the command line, the batch version of the generator is used automatically.
The arguments are the same as for the Windows command line version:
docsite <desc-file> <source-dir> <target-dir>
Where
An FTP URL has the following general format:
ftp://username@hostname:port/directory?locale=us_en
If the :port part is left out, the FTP standard port 21 is used.