FTP access and ssh-Port-Forward
Hi, I've got a problem with zope on Solaris system. I can access the ftp-Port from within the LAN (being either there or using ssh to connect to a server in the LAN) but not using a port forward for it. I can however use http-Portforwarding over ssh, but ftp-Portforwarding only gives me the possibility to login, the ls command "hangs" at entering Passive Mode. If I turn off passive mode I get error 425 Cant build data connection. Has somebody a soluting how to get ssh-forwarded ftp Access to Zope? Andreas -- You look tired.
Andreas Pakulat wrote at 2003-6-4 16:40 +0200:
I've got a problem with zope on Solaris system. I can access the ftp-Port from within the LAN (being either there or using ssh to connect to a server in the LAN) but not using a port forward for it. I can however use http-Portforwarding over ssh, but ftp-Portforwarding only gives me the possibility to login, the ls command "hangs" at entering Passive Mode. If I turn off passive mode I get error 425 Cant build data connection.
Has somebody a soluting how to get ssh-forwarded ftp Access to Zope?
FTP is a very difficult protocol with respect to forwarding and FireWalls. That's because FTP uses two connections, a command connection and a data connection. The latter is created on demand. It is very difficult to forward the data connection. Workarounds: Transfer your data from outside into your LAN (e.g. via "scp") and then use a LAN FTP connection to Zope. Use WebDAV to directly transfer the content into Zope. Use "load_site.py" to import content (and something symmetrically for the reverse direction). Dieter
On 04.Jun 2003 - 20:24:40, Dieter Maurer wrote:
Andreas Pakulat wrote at 2003-6-4 16:40 +0200:
I've got a problem with zope on Solaris system. I can access the ftp-Port from within the LAN (being either there or using ssh to connect to a server in the LAN) but not using a port forward for it. I can however use http-Portforwarding over ssh, but ftp-Portforwarding only gives me the possibility to login, the ls command "hangs" at entering Passive Mode. If I turn off passive mode I get error 425 Cant build data connection.
Has somebody a soluting how to get ssh-forwarded ftp Access to Zope?
FTP is a very difficult protocol with respect to forwarding and FireWalls. That's because FTP uses two connections, a command connection and a data connection. The latter is created on demand. It is very difficult to forward the data connection.
That's what I hoped not to be.
Workarounds:
Transfer your data from outside into your LAN (e.g. via "scp") and then use a LAN FTP connection to Zope.
That's what I'll do.
Use WebDAV to directly transfer the content into Zope.
Hmm, looks like I have to really read some docs on WebDAV. Thanks for the hints. Andreas -- Fine day for friends. So-so day for you.
On 04.Jun 2003 - 22:33:27, Andreas Pakulat wrote:
On 04.Jun 2003 - 20:24:40, Dieter Maurer wrote:
Andreas Pakulat wrote at 2003-6-4 16:40 +0200: Use WebDAV to directly transfer the content into Zope.
Hmm, looks like I have to really read some docs on WebDAV.
Tried that and works good, the only thing is that I need another separate program to do this (quanta, my html-editor cannot download from webdav :( Andreas -- You fill a much-needed gap.
On 04.Jun 2003 - 23:54:36, Andreas Pakulat wrote:
On 04.Jun 2003 - 22:33:27, Andreas Pakulat wrote:
On 04.Jun 2003 - 20:24:40, Dieter Maurer wrote:
Andreas Pakulat wrote at 2003-6-4 16:40 +0200: Use WebDAV to directly transfer the content into Zope.
Hmm, looks like I have to really read some docs on WebDAV.
Hi, got a problem here with webdav Access using cadaver. Getting ZPT and Images works fine, but if I fetch a script it looks like cadaver is downloading ist, but gets a 400 Bad Request at the end and the local file is empty then :( How can I get the Scripts using WebDAV? Andreas -- Life is to you a dashing and bold adventure.
got a problem here with webdav Access using cadaver. Getting ZPT and Images works fine, but if I fetch a script it looks like cadaver is downloading ist, but gets a 400 Bad Request at the end and the local file is empty then :(
How can I get the Scripts using WebDAV?
define "Scripts", please. i know it works fine for me for Script (Python) when i use cadaver. jens
Andreas Pakulat wrote at 2003-6-4 23:54 +0200:
On 04.Jun 2003 - 22:33:27, Andreas Pakulat wrote:
On 04.Jun 2003 - 20:24:40, Dieter Maurer wrote:
Andreas Pakulat wrote at 2003-6-4 16:40 +0200: Use WebDAV to directly transfer the content into Zope.
Hmm, looks like I have to really read some docs on WebDAV.
Tried that and works good, the only thing is that I need another separate program to do this (quanta, my html-editor cannot download from webdav :(
"ExternalEditor" may be another option. Dieter
On 05.Jun 2003 - 22:13:25, Dieter Maurer wrote:
Andreas Pakulat wrote at 2003-6-4 23:54 +0200:
On 04.Jun 2003 - 22:33:27, Andreas Pakulat wrote:
On 04.Jun 2003 - 20:24:40, Dieter Maurer wrote:
Andreas Pakulat wrote at 2003-6-4 16:40 +0200: Use WebDAV to directly transfer the content into Zope.
Hmm, looks like I have to really read some docs on WebDAV.
Tried that and works good, the only thing is that I need another separate program to do this (quanta, my html-editor cannot download from webdav :(
"ExternalEditor" may be another option.
Yes I have already tried it, but unfortunately it doesn't work together with quanta, which I use for Page Templates :( Can somebody here give me a hint where to find either a plugin for zopeedit and quanta or information about creating such plugins? Andreas -- Good news. Ten weeks from Friday will be a pretty good day.
participants (3)
-
Andreas Pakulat -
Dieter Maurer -
Jens Vagelpohl