hot to ftp file to zope server
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? 2, how can i use ws_ftp to move files form windows client machine to zope sever? Thanks -------------------------------- Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 --------------------------------
Jianping Zhu 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? 2, how can i use ws_ftp to move files form windows client machine to zope sever?
Connect to yourZopeServer:8021 (default) with your login / password. -mj
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
Thank you for reply I use ws_ftple try to connect to my zope sever, by i got following error msg: ----------------------------------------------- connecting to 128.192.48.126:8021 !connection failed milo -connection refused !connection failed milo ------------------------------------------------------------- ps milo is the server whoes ip is 128.192.48.126. and i use an account who has manger right to zope. Thanks On Sun, 1 Dec 2002, Andreas Jung wrote:
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
-------------------------------- Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 --------------------------------
Am 01.12.2002, 22:17 Uhr schräb Jianping Zhu <zjp@arches.uga.edu>:
Thank you for reply I use ws_ftple try to connect to my zope sever, by i got following error msg: ----------------------------------------------- connecting to 128.192.48.126:8021 !connection failed milo -connection refused !connection failed milo -------------------------------------------------------------
This means that there is no ftp-server listening on port 8021. So perhaps your zope is using some other port? Have you checked your config (and perhaps the zope logs, the ports zope actually uses are logged there at startup). Jo. -- Internetmanufaktur Jo Meder ---------------------- Berlin, Germany http://www.meder.de/ ------------------- fon: ++49-30-417 17 63 33 Kollwitzstr. 75 ------------------------ fax: ++49-30-417 17 63 45 10435 Berlin --------------------------- mob: ++49-170- 2 98 89 97 Public GnuPG-Key ---------- http://www.meder.de/keys/jo-pubkey.txt
participants (4)
-
Andreas Jung -
Jianping Zhu -
Jo Meder -
Maik Jablonski