[Zope] hot to ftp file to zope server
Andreas Jung
Andreas Jung <lists@andreas-jung.com>
Sun, 01 Dec 2002 21:47:02 +0100
Zope runs an FTP sever (usually on port 8021). So you can use any
FTP client to connect with Zope.
--On Sonntag, 1. Dezember 2002 15:43 -0500 Jianping Zhu
<zjp@arches.uga.edu> wrote:
> I have a redhat linux server and a zope sever on it.
> my question is
> 1. how can i move (ftp ?) files from my linux server to the zope server?
FTP, WebDAV, HTTP (checkout the load_site.py script of Zope).
> 2, how can i use ws_ftp to move files form windows client machine to zope
> sever?
>
See above.
-aj