i have linux a box with zope 2.4 on it. I have a fold directory /f1/f2 user u0 has root rigths. user u2 can only access to f2. The problem is that: u0 can use ws-ftp to ftp files to the zope, but u2 can not. becuase everytime ftp will try to connect to /. how can i let zope to do that: when user u2 try to ftp someting to zope the default directory will be /f1/f2? Thanks
i have linux a box with zope 2.4 on it. I have a fold directory /f1/f2
user u0 has root rigths. user u2 can only access to f2.
The problem is that: u0 can use ws-ftp to ftp files to the zope, but u2 can not. becuase everytime ftp will try to connect to /. how can i let zope to do that: when user u2 try to ftp someting to zope the default directory will be /f1/f2?
It might be possible to patch VHM to do this, which would be a good thing. Probably this is more than you want to do. In the meatime, it is possible to FTP into a directory on the FTP host, though I forget how. Some FTP clients support this, possibly in the formatting of the connect string. --jcc
J Cameron Cooper wrote:
In the meatime, it is possible to FTP into a directory on the FTP host, though I forget how. Some FTP clients support this, possibly in the formatting of the connect string.
Well, FTP is a pretty broken protocol in this respect. I use WebDAV when I need to avoid this specific kind of problem... cheers, Chris
participants (3)
-
Chris Withers -
J Cameron Cooper -
Jianping Zhu