RE: [Zope] how to make sure zope ftp sever is running?
I'ts in the "/home/zope/start" script. check z2.py for parameters: eg, "-f 23" for port 23. How to test? try ftping to it! -----Original Message----- From: Jianping Zhu [mailto:zjp@arches.uga.edu] Sent: Monday, 19 August 2002 10:22 To: zope@zope.org Subject: [Zope] how to make sure zope ftp sever is running? how to check zope ftp sever is running and which port it si listening to? Thanks -------------------------------- Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 -------------------------------- _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Graham King wrote:
How to test? try ftping to it!
You may wish to do this by telnet/ssh'ing into your Zope server and running FTP from there to make sure there's no firewall/port blocking/etc issues stopping you getting to it... cheers, Chris
participants (2)
-
Chris Withers -
Graham King