On Sunday 14 November 2010, you wrote: > Public bug reported: > > whatever I enter - server resons only on "localhost" > > I even tried to modify ftp_configuration.py and entered my ip number > there ...
You mean that the server only listens on localhost? Yes, it is a security feature that we don't enable FTP to the world, by default. There is a setting (see addons/document_ftp/ftpserver/__init__.py) that the administrator has to do after he[/she] is confident about the setup: For the trunk series: [options] ftp_server_host = 192.168.0.1 ; or 0.0.0.0 etc. ftp_server_port = 8021 for the trunk-xrg series: [ftp] interface = 192.168.0.1 port = 8021 Regards. -- Say NO to spam and viruses. Stop using Microsoft Windows! -- [6.0RC1] document_ftp - can not set ip address https://bugs.launchpad.net/bugs/675314 You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. Status in OpenObject Addons Modules: New Bug description: whatever I enter - server resons only on "localhost" I even tried to modify ftp_configuration.py and entered my ip number there ... _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

