openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #00534
lp:~openerp-community/openobject-doc/stefan-therp_document_ftp_configuration into lp:openobject-doc
Stefan Rijnhart (Therp) has proposed merging lp:~openerp-community/openobject-doc/stefan-therp_document_ftp_configuration into lp:openobject-doc.
Requested reviews:
OpenERP Community (openerp-community)
For more details, see:
https://code.launchpad.net/~openerp-community/openobject-doc/stefan-therp_document_ftp_configuration/+merge/74066
This branch adds a section that describes the parameters in the server configuration file with respect to FTP network access.
--
https://code.launchpad.net/~openerp-community/openobject-doc/stefan-therp_document_ftp_configuration/+merge/74066
Your team OpenERP Community is requested to review the proposed merge of lp:~openerp-community/openobject-doc/stefan-therp_document_ftp_configuration into lp:openobject-doc.
=== modified file 'source/book/7/7_19_Documents/7_19_Documents_access.rst'
--- source/book/7/7_19_Documents/7_19_Documents_access.rst 2011-02-21 20:20:37 +0000
+++ source/book/7/7_19_Documents/7_19_Documents_access.rst 2011-09-05 10:19:25 +0000
@@ -57,6 +57,19 @@
*Structure of the directories in the document management system*
+Configuration parameters
+========================
+
+The following parameters in the server configuration file govern the network accessibility of the FTP service.
+
+* :guilabel:`ftp_server_host` : Set to the network address of the server's network interface or to 0.0.0.0 for all interfaces. Defaults to 127.0.0.1.
+
+* :guilabel:`ftp_server_port` : Set to the dedicated port for OpenERP FTP access. Defaults to 8021.
+
+* :guilabel:`ftp_server_passive_ports` : Use this parameter to assign a port range for data transfer. If this parameter is not set, the service assigns a random unprivileged port for every new connection. The parameter syntax is two integers separated by a colon (e.g. 80210:80310). Note that the data port is negotiated between the server and the client and does not need to be configured in the client's setup.
+
+The parameters above are not set by the module's configuration wizard, even though it asks for a host and port number. The wizard only configures the menu item which points the user to the document repository. If you change the parameters above, rerun the wizard and change the repository location in the wizard accordingly.
+
.. Copyright © Open Object Press. All rights reserved.
Follow ups