[sorry if you get this twice, i forgot to check the addy]
Has anybody got a passive FTP tunnel working over ssh to a Zope server? I looked around on Zope.org for a howto or other tips and none were to be had.
Any tips would be most welcome (including "yeah, you can't do that FTP thing
What I do is scp the files to the server, then ftp to localhost to put them in to zope. It works, but it is a hassle as I do not have accounts for all of the zope users, nor the time and energy to train them how to use scp and command line ftp tools. That said, you might want to look at something called "zip folder" or the like. You upload a zipfile to zope with all of your images contained and it unpacks them and puts them in a folder. I have not tried it, but it might do just what you need. _________________________________________________________________ Join the worlds largest e-mail service with MSN Hotmail. http://www.hotmail.com
This may be barking up the wrong tree ... but you might check out "zebedee". Just do a google search - its a very nice free product that handles secure transmission, including FTP - but I haven't used it in conjunction w/Zope. They have a responsive mail list - just about secure transmission - where you may get your questions answered. Good luck, David -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Lee Harr Sent: Wednesday, July 03, 2002 2:54 PM To: zope@zope.org Subject: Re: [Zope] ssh tunnel with zope? [sorry if you get this twice, i forgot to check the addy]
Has anybody got a passive FTP tunnel working over ssh to a Zope server? I looked around on Zope.org for a howto or other tips and none were to be had.
Any tips would be most welcome (including "yeah, you can't do that FTP thing
What I do is scp the files to the server, then ftp to localhost to put them in to zope. It works, but it is a hassle as I do not have accounts for all of the zope users, nor the time and energy to train them how to use scp and command line ftp tools. That said, you might want to look at something called "zip folder" or the like. You upload a zipfile to zope with all of your images contained and it unpacks them and puts them in a folder. I have not tried it, but it might do just what you need. _________________________________________________________________ Join the worlds largest e-mail service with MSN Hotmail. http://www.hotmail.com _______________________________________________ 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 )
This is great, thanks! Unfortunately I need to make it a little more transparent than this. All the users have ssh certificates and tunnels to the server. Maybe WebDAV will mature and be usable in a future release. Thanks to all who replied. --- David H <bluepaul@earthlink.net> wrote:
This may be barking up the wrong tree ... but you might check out "zebedee". Just do a google search - its a very nice free product that handles secure transmission, including FTP - but I haven't used it in conjunction w/Zope. They have a responsive mail list - just about secure transmission - where you may get your questions answered. Good luck, David
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Lee Harr Sent: Wednesday, July 03, 2002 2:54 PM To: zope@zope.org Subject: Re: [Zope] ssh tunnel with zope?
[sorry if you get this twice, i forgot to check the addy]
Has anybody got a passive FTP tunnel working over ssh to a Zope server? I looked around on Zope.org for a howto or other tips and none were to be had.
Any tips would be most welcome (including "yeah, you can't do that FTP thing
What I do is scp the files to the server, then ftp to localhost to put them in to zope. It works, but it is a hassle as I do not have accounts for all of the zope users, nor the time and energy to train them how to use scp and command line ftp tools.
That said, you might want to look at something called "zip folder" or the like.
You upload a zipfile to zope with all of your images contained and it unpacks them and puts them in a folder.
I have not tried it, but it might do just what you need.
__________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com
Thinking a little differently: 1. set up stunnel running on the server in daemon mode 2. connect the server stunnel to zopes ftp port 3. set up stunnel on each of the clients in daemon mode 4. connect the client ftp application to stunnel on the client The connection between the client and server will be done via ssl. This should give you more or less what you want, clunky, but works. www.stunnel.org hth On Wed, 3 Jul 2002 16:25:01 -0700 (PDT) Zope Ista <zopeless@yahoo.com> wrote:
This is great, thanks! Unfortunately I need to make it a little more transparent than this. All the users have ssh certificates and tunnels to the server.
Maybe WebDAV will mature and be usable in a future release.
Thanks to all who replied.
--- David H <bluepaul@earthlink.net> wrote:
This may be barking up the wrong tree ... but you might check out "zebedee". Just do a google search - its a very nice free product that handles secure transmission, including FTP - but I haven't used it in conjunction w/Zope. They have a responsive mail list - just about secure transmission - where you may get your questions answered. Good luck, David
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Lee Harr Sent: Wednesday, July 03, 2002 2:54 PM To: zope@zope.org Subject: Re: [Zope] ssh tunnel with zope?
[sorry if you get this twice, i forgot to check the addy]
Has anybody got a passive FTP tunnel working over ssh to a Zope server? I looked around on Zope.org for a howto or other tips and none were to be had.
Any tips would be most welcome (including "yeah, you can't do that FTP thing
What I do is scp the files to the server, then ftp to localhost to put them in to zope. It works, but it is a hassle as I do not have accounts for all of the zope users, nor the time and energy to train them how to use scp and command line ftp tools.
That said, you might want to look at something called "zip folder" or the like.
You upload a zipfile to zope with all of your images contained and it unpacks them and puts them in a folder.
I have not tried it, but it might do just what you need.
__________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com
_______________________________________________ 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 )
participants (4)
-
David H -
Lee Harr -
Phil Harris -
Zope Ista