This resolve my problem: Insert in configuration files this two lines (the file that is generated launch server with parameter -s) If the module don't find this parameter use 127.0.0.1 instead of 0.0.0.0 (thank @enlightx for support :) )
ftp_server_host = 0.0.0.0 ftp_server_por = 8021 -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/619098 Title: Module: Document - problem access via FTP Status in OpenERP Modules (addons): Invalid Bug description: Hi, I installed the module Document for trying to use DMS, I see with nmap command thattche port 8021 is open but when I try a connection via FTP, in windows with: ftp://oerp:8021 or with Ubuntu "connect to server" on port 8021 both mode: FTP and auth. FTP, the connection is waiting until time out. I never been able to access to FTP server. If useful I write down the error find in Server logs: 2010-08-17 10:38:44,261] INFO:FTP:[]192.168.100.50:42450 Connected. Exception in thread Thread-4: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/home/administrator/OpenERP/openerp/server/bin/addons/document/ftpserver/__init__.py", line 94, in run ftpd.serve_forever() File "/home/administrator/OpenERP/openerp/server/bin/addons/document/ftpserver/ftpserver.py", line 3002, in serve_forever asyncore.loop(timeout=1.0, use_poll=False) File "/usr/lib/python2.6/asyncore.py", line 202, in loop poll_fun(timeout, map) File "/usr/lib/python2.6/asyncore.py", line 143, in poll read(obj) File "/usr/lib/python2.6/asyncore.py", line 80, in read obj.handle_error() File "/usr/lib/python2.6/asyncore.py", line 76, in read obj.handle_read_event() File "/usr/lib/python2.6/asyncore.py", line 411, in handle_read_event self.handle_accept() File "/home/administrator/OpenERP/openerp/server/bin/addons/document/ftpserver/ftpserver.py", line 3012, in handle_accept handler = self.handler(sock_obj, self) File "/home/administrator/OpenERP/openerp/server/bin/addons/document/ftpserver/ftpserver.py", line 1417, in __init__ self.remote_ip, self.remote_port = self.socket.getpeername()[:2] File "<string>", line 1, in getpeername error: [Errno 107] Il punto di termine del trasporto non è connesso (last line translate in English: the transport end point is not connected) I try to install module: document_sftp but I don't even see open port: 8022 only SHA field in User Form. If you need more information please tell me. thanks _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

