From owner-freebsd-questions@FreeBSD.ORG Wed Sep 4 15:39:10 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2BC45B7 for ; Wed, 4 Sep 2013 15:39:10 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id BD8AB2C2D for ; Wed, 4 Sep 2013 15:39:10 +0000 (UTC) Received: by be-well.ilk.org (Postfix, from userid 1147) id 3895533C49; Wed, 4 Sep 2013 11:39:03 -0400 (EDT) From: Lowell Gilbert To: soporte@promonitor.com.mx Subject: Re: Support References: <20130903120115.188844y3dejkjs9n@cpanel.criticalserver.net> Date: Wed, 04 Sep 2013 11:39:03 -0400 In-Reply-To: <20130903120115.188844y3dejkjs9n@cpanel.criticalserver.net> (soporte@promonitor.com.mx's message of "Tue, 03 Sep 2013 12:01:15 -0500") Message-ID: <44ioygmwa0.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@FreeBSD.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 15:39:10 -0000 soporte@promonitor.com.mx writes: > Hello, i have a "Server" whith the screen information like attach > Server.jpg, assumed that are to save the record of IP cameras like > network folder (see network.jpg), but another IP cameras need a FTP > folder and other that folder don't have blank spaces. > > If possible make this (FTP and other folder network) in the "server" > whit freeBSD, the person what config and install the machine isn't > more available so any have the information by they work in this > plataform or make changes, so i need makes this adds at they exist. The FreeBSD Handbook includes a section on configuring ftpd. There's also a manual for ftpd itself (see http://www.freebsd.org/cgi/man.cgi?query=ftpd). Is that what you're looking for? Normally, an FTP client can use any directory ("folder") on the server if it's logging in as a normal user, or any directory under the home directory if it's logging in as an "anonymous" user. These details are covered in the ftpd manual page. You shouldn't have any trouble creating such a directory with no spaces in its name. Good luck.