From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 14:23:15 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BC1816A4CE for ; Tue, 25 Nov 2003 14:23:15 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE5143F3F for ; Tue, 25 Nov 2003 14:23:14 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 25 Nov 2003 16:26:05 -0600 Message-ID: <3FC3D654.9010205@daleco.biz> Date: Tue, 25 Nov 2003 16:23:16 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Xpression References: <000501c3b397$0d414200$0901a8c0@bloodlust> In-Reply-To: <000501c3b397$0d414200$0901a8c0@bloodlust> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Nov 2003 22:26:06.0406 (UTC) FILETIME=[1E30C660:01C3B3A3] cc: FreeBSD-questions Subject: Re: Upload site question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 22:23:15 -0000 Xpression wrote: > Hi list, I've a server running FreeBSD-4.8 with >Apache-2.0.48, I've a site hosted and many user who develop >their sites wants to upload and update their sites without >my assist...Anyone knows any method to upload the files to >the server ??? They have /nologin on it...thanks..... > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > > Probably the ProFTP idea's good. An alternative thought: Build a control panel with a SSI lang like PHP or PERL throw the files in /tmp/subdirfornameofclient, and have cron bump 'em over every 2 minutes or so? KDK