Document management: Only Server is seen, No files listed
-
[quote]
[2011-03-11 16:09:51,649][cylindro] INFO:FTP:[]183.14.251.64:14373 Connected.
[2011-03-11 16:09:53,966][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 User admin logged in.
[2011-03-11 16:09:53,977][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL SIZE "/". / is not retrievable.
[2011-03-11 16:09:53,980][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL MDTM "/". / is not retrievable.
[2011-03-11 16:09:53,982][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL RETR "/". Operation not permitted.
[2011-03-11 16:09:53,988][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK CWD "/".
[2011-03-11 16:09:54,004][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK LIST "/". Transfer starting.
[2011-03-11 16:09:55,814][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL SIZE "/". / is not retrievable.
[2011-03-11 16:09:55,819][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL MDTM "/". / is not retrievable.
[2011-03-11 16:09:55,821][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL RETR "/". Operation not permitted.
[2011-03-11 16:09:55,827][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK CWD "/".
[2011-03-11 16:09:55,840][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK LIST "/". Transfer starting.
[2011-03-11 16:09:56,843][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL SIZE "/". / is not retrievable.
[2011-03-11 16:09:56,845][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL MDTM "/". / is not retrievable.
[2011-03-11 16:09:56,848][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL RETR "/". Operation not permitted.
[2011-03-11 16:09:56,853][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK CWD "/".
[2011-03-11 16:09:56,968][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK LIST "/". Transfer starting.
[2011-03-11 16:09:57,583][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL SIZE "/". / is not retrievable.
[2011-03-11 16:09:57,587][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL MDTM "/". / is not retrievable.
[2011-03-11 16:09:57,590][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 FAIL RETR "/". Operation not permitted.
[2011-03-11 16:09:57,595][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK CWD "/".
[2011-03-11 16:09:57,609][cylindro] INFO:FTP:[admin]@183.14.251.64:14373 OK LIST "/". Transfer starting.
[2011-03-11 16:10:17,102][cylindro] INFO:FTP:[admin]@192.168.1.7:42837 Disconnected.
[/quote]
Document management -> Browse Files Using FTP
I use Firefox. Only the ftp server name and port is shown, no files listed.
Part of the log file is enclosed above, "Operation not permitted" is the highlight. Everything is OK on the host machine. I guess something need to be done with ownership but don't know how.
Chip -
But,
1. DMZ is activated on the router and the DMZ machine IP is set to the OpenERP host
2. ufw has been disabled by "sudo ufw disable".
3. CuteFTP(a ftp client) can access the doc files by ftp://[email protected]:8021, even adding and deleting files have no problem.
I've checked that
1. "/usr/local/lib/python2.6/dist-packages/openerp-server" is owned by openerp
2. /usr/local/lib/python2.6/dist-packages/openerp-server/filestore is properly created
And I have deleted cookie stuff
Why don't I use IE ? with IE even username and password window won't pop up and it ends up with this:
[quote]
[2011-03-11 19:03:38,627][cylindro] INFO:web-service:successful login from 'admin' using database 'cylindro'
[2011-03-11 19:03:46,671][cylindro] INFO:FTP:[]183.14.251.64:19984 Connected.
[2011-03-11 19:03:46,674][cylindro] INFO:FTP:[anonymous]@183.14.251.64:19984 Authentication failed: anonymous access not allowed.
[2011-03-11 19:03:46,675][cylindro] INFO:FTP:[anonymous]@183.14.251.64:19984 Disconnected.
[2011-03-11 19:03:56,861][cylindro] INFO:FTP:[admin]@183.14.251.64:19579 OK LIST "/cylindro/Documents/Products/IC_CPLD". Transfer starting.
[/quote] -
[quote author=mrshelly link=topic=2326.msg7613#msg7613 date=1299845814]
default, It's not be allowed to use anonymous login
So, Just use the OpenERP username and password to login into oe server. maybe click the menum "File->Login...", the operate will pop up login form.
[/quote]
yes.it`s use OpenERP username and password -
使用IE,FireFox,Windows的文件管理器,Ubuntu的Connect to Server,CuteFTP 8.0以前的版本统统没有办法正常连接Document management的 FTP Server, 能够正常连接的只有FileZilla客户端。CuteFTP 8.0以后版本虽然能连,但有乱码问题,我另外开贴说了这个。
我用vsftpd建立的FTP Server,以上所有手段都能正常连接。
我猜测是pyftpdlib存在兼容性问题,或由于某种原因使得我的OpenERP FTP 服务器出了问题。
还有,Mrshelly和Joshua的回复看得出来是受到了我的Log File的误导,以为我错误使用了匿名连接,实际情况是服务器端的原因使得客户端无法弹出输入窗口。
既然能用了,就让我们公司用到ERP的人每人装一份FileZilla算了。
呵呵,再说一句题外话,每次提问都得到了坛内几位前辈的热情指导,非常感谢。然而我有几次提问,都令人产成了误读,在此致歉!下次准备问题一定仔细斟酌措辞。
Chip