[Zope] ftp to zope

J Cameron Cooper jccooper@jcameroncooper.com
Mon, 16 Jun 2003 19:45:46 -0500


>
>
>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