[ZCM] [ZC] 136/ 2 Assign "FTP Upload raises Unauthorized after file upload [3]"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Fri, 15 Feb 2002 16:49:02 -0500


Issue #136 Update (Assign) "FTP Upload raises Unauthorized after file upload [3]"
 Status Accepted, Zope/bug critical
To followup, visit:
  http://collector.zope.org/Zope/136

==============================================================
= Assign - Entry #2 by evan on Feb 15, 2002 4:49 pm

 Status: Pending => Accepted

 Supporters added: ajung

Yes, I see the problem.  When I try to send a file to wu-ftp in a directory I'm not allowed to write to, I get:

ftp> put testfile
local: testfile remote: testfile
227 Entering Passive Mode (127,0,0,1,53,39)
553 testfile: Permission denied.

...but when I try it with Zope, I get:

ftp> put testfile
local: testfile remote: testfile
227 Entering Passive Mode (127,0,0,1,156,20)
150 Opening Binary connection for testfile
426 Unauthorized.
414 bytes sent in 0.000122 secs (3.3e+03 Kbytes/sec)

________________________________________
= Request - Entry #1 by sherpya on Jan 9, 2002 11:00 am

How can I reply you without make a bug report?

My situation:
gruppo1 - user with read/write access on a folder test
gruppo2 - user with read only access on a folder test

gruppo2 is using ie6 ftp -> try:
ftp://user:passwd@host:port/path
Ok I'm logged with gruppo2 and then I can read folder test but I cannot write.
When I "drag" a file on the ftp folder, ie6 believes the file is upped correctly and displays his icon into the folder. Now hitting refresh button of ie6 the file disappears.
explorer doesn't see unath message after the upload

If isn't enough clean you can contact me by email at sherpya@netfarm.it, I don't think is right to post another bug on the Collector  
==============================================================