[Zope-CVS] CVS: Packages/SFTPGateway/doc - README.txt:1.12

Fred L. Drake, Jr. fred at zope.com
Tue Dec 23 15:40:18 EST 2003


Update of /cvs-repository/Packages/SFTPGateway/doc
In directory cvs.zope.org:/tmp/cvs-serv10546/doc

Modified Files:
	README.txt 
Log Message:
Refactor the configuration schema so we can eventually use zdaemon for the
ctl script.


=== Packages/SFTPGateway/doc/README.txt 1.11 => 1.12 ===
--- Packages/SFTPGateway/doc/README.txt:1.11	Mon Dec 22 15:52:48 2003
+++ Packages/SFTPGateway/doc/README.txt	Tue Dec 23 15:39:47 2003
@@ -84,6 +84,24 @@
 settings that control it's operation.  The software's **etc/**
 directory contains a sample configuraion file named **sample.conf**.
 
+Like other Zope software, the `ZConfig`_ configuration package is
+used.  This package supports a syntax used for all Zope configuration
+files; see the documentation for `ZConfig`_ for more details.
+
+.. _ZConfig:  http://www.zope.org/Members/fdrake/zconfig/
+
+Settings for the SFTP gateway are placed in a section like this::
+
+  <sftp-gateway>
+
+    # specific settings go here:
+
+    ftp-server        localhost:8021
+    sftp-server       8022
+    private-host-key  /etc/ssh/ssh_host_dsa_key
+
+  </sftp-gateway>
+
 The following settings are required:
 
 **sftp-server**




More information about the Zope-CVS mailing list