17 Jun
2003
17 Jun
'03
12:45 a.m.
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