I have checked everything. Even tried connecting to a different Zope instance. Same problem. I just built out this new server. It says the authentication has failed. I am going in with the IP address and correct port addresses (8021, etc) TIA, Trevor On Feb 7, 2008 9:52 AM, Andreas Jung <lists@zopyx.com> wrote:
--On 7. Februar 2008 09:30:01 -0400 Trevor Johnson <trevorpython@gmail.com
wrote:
Hi; For some reason, I cannot ftp into my zope instance. This from zope.conf :
<ftp-server> # valid key is "address" address 8021 </ftp-server>
"cannot ftp" means what exactly? You can't login? You can't connect? You're really pointing your FTP client to the dedicated FTP port of Zope and not using the standard FTP port? Trible check!
-aj
--On 7. Februar 2008 09:57:11 -0400 Trevor Johnson <trevorpython@gmail.com> wrote:
I have checked everything. Even tried connecting to a different Zope instance. Same problem. I just built out this new server. It says the authentication has failed. I am going in with the IP address and correct port addresses (8021, etc)
I have strong doubts. By default Zope will authenticate *any* username-password combination when logging in through FTP. This means authentication will *always* succeed. The real validation of your credentials against the current object//folder will happen at the moment you access the object but not at login time. -aj
Sorry for question that will already have been made...i'm searching about it but i'm confused. I've a new plone site on windows 2003 platform with IIS up. For zope/plone behind IIS i must buy enfold proxy or ISAPIrewrite (helicontech)?? Other solutions?? I worked so far in linux and i don't know these simple things Massimiliano
On Feb 7, 2008, at 16:04 , TrashMan wrote:
Sorry for question that will already have been made...i'm searching about it but i'm confused.
I've a new plone site on windows 2003 platform with IIS up.
For zope/plone behind IIS i must buy enfold proxy or ISAPIrewrite (helicontech)??
Other solutions?? I worked so far in linux and i don't know these simple things
You can install Apache on Windows and thus use a reliable tool you're probably familiar with already. jens
I can't. There is another service active with IIS . :/ massimiliano Il giorno 07/feb/08, alle ore 16:06, Jens Vagelpohl ha scritto:
On Feb 7, 2008, at 16:04 , TrashMan wrote:
Sorry for question that will already have been made...i'm searching about it but i'm confused.
I've a new plone site on windows 2003 platform with IIS up.
For zope/plone behind IIS i must buy enfold proxy or ISAPIrewrite (helicontech)??
Other solutions?? I worked so far in linux and i don't know these simple things
You can install Apache on Windows and thus use a reliable tool you're probably familiar with already.
jens
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
TrashMan skrev:
I can't. There is another service active with IIS .
Oh yes. Just put apache in front of that and proxy it. No one will know the difference. -- hilsen/regards Max M, Denmark http://www.mxm.dk/ IT's Mad Science
TrashMan wrote at 2008-2-7 16:04 +0100:
For zope/plone behind IIS i must buy enfold proxy or ISAPIrewrite (helicontech)??
When I remember right, Volker Vend has reported some solutions to use Zope behind IIS. Search the mailing list (e.g. via "gmane"). -- Dieter
participants (6)
-
Andreas Jung -
Dieter Maurer -
Jens Vagelpohl -
Max M -
TrashMan -
Trevor Johnson