Koozali.org: home of the SME Server

Scripts for managing ibay contents

Mike Stoddart

Scripts for managing ibay contents
« on: September 07, 2000, 09:43:52 PM »
Is anyone using scripts that allows users to login and manage files in ibays from outside of the E-Smith network?

I have an E-Smith server on the web in Canada, and I host a site for a friend in England. When he wants to make changes to his site, he has to send me the updated pages, and I copy them in manually.

I'd like something that would let a user log in, and let them upload, delete, rename etc.. files in the html and cgi-bin directories.

Any comments/suggestions?
Thanks

Paul Nesbit

RE: Scripts for managing ibay contents
« Reply #1 on: September 07, 2000, 10:52:57 PM »
Your best option:  openSSH.

SSH allows encrypted telnet sessions, and scp (inluded in ssh package) is great for encrypted file uploads and downloads for posting web content.  The ssh utilities are command-line utilities, and there is effort involved in understanding how they work and how to get them working for you, although once that's done it's fast, secure, and easy.

Charlie Brady has posted some instructions for installing as well as the required openssh packages at http://www.e-smith.org/.  Look for an article titled: "Installing OpenSSH on your e-smith server and gateway"

Charlie Brady

RE: Scripts for managing ibay contents
« Reply #2 on: September 08, 2000, 03:03:22 AM »
Paul Nesbit wrote:

> Your best option:  openSSH.

Your best option: openSSH plus rsync. This will allow you secure and efficient remote update of any set of directories on the server. See http://www.samba.org/rsync/ for information about rsync - look in your local RedHat mirror site for an RPM to install.

Charlie

Mike Stoddart

RE: Scripts for managing ibay contents
« Reply #3 on: September 08, 2000, 06:41:57 AM »
Sorry if I wasn't clear enough - I meant to say that I want to let people manage their websites through a web based interface. Thanks.

Garret

RE: Scripts for managing ibay contents
« Reply #4 on: September 09, 2000, 08:14:32 PM »
Mike,

I have been looking into this for awhile now. I've found a couple of scripts that seem to work well. I'm not where I can get to them right now, but I'll let you know if you're still looking,

Garret

Mike Stoddart

RE: Scripts for managing ibay contents
« Reply #5 on: September 10, 2000, 04:26:38 AM »
Garret, let me know what you're looking at, and I'll download them and maybe try them out as well.

thanks

Garret

RE: Scripts for managing ibay contents
« Reply #6 on: September 10, 2000, 07:47:14 AM »
Mike,

Here's the short list. There are many more if you need them.

http://youthofamerica.org/prowebpages/
http://www.terracottasoftware.com/
http://www.thebeaches.to/jmwd/charity_ware/page_updater.shtml
http://www.speakeasy.org/~cgires/sitemgr/
http://www.geocities.com/SiliconValley/Horizon/7772/webrsh.html

Now don't everybody get crazy on me about security. I don't endorse any of this and am just shooting some information Mikes way.

Garret

Mike Stoddart

RE: Scripts for managing ibay contents
« Reply #7 on: September 11, 2000, 12:21:30 PM »
Thanks for the links! I really appreciate it.