Revisiting the FTP interface, I tried to use ftp locally on the (Ubuntu) 
command line. However files cannot be listed.

> ftp -p 195.176.213.9 8021
> Connected to 195.176.213.9.
> 220 pyftpdlib 0.4.0 ready.
> Name (195.176.213.9:root): admin
> 331 Username ok, send password.
> Password:
> 230 Welcome on OpenERP document management system.
> Remote system type is UNIX.
> Using binary mode to transfer files.
> ftp> ls
> 227 Entering passive mode (195,176,213,9,163,143).
> 421 Service not available, remote server has closed connection
> ftp>


- Initial authentication works.
- Above the "-p" option is used for passive mode, in active mode its the same.
- There is no local firewall on the system.

I've read up on 
http://doc.openerp.com/book/7/7_19_Documents/7_19_Documents_access.html, but 
didn't find any hints there.

Browsing the sources in addons/document/ftpserver did not enlighten me 
either... any tips please?




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=55098#55098

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to