From owner-freebsd-questions@FreeBSD.ORG Thu Mar 1 15:58:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DCF316A405 for ; Thu, 1 Mar 2007 15:58:26 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 4557513C4A5 for ; Thu, 1 Mar 2007 15:58:26 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l21FwMlB028904; Thu, 1 Mar 2007 10:58:25 -0500 (EST) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Thu, 1 Mar 2007 10:58:28 -0500 User-Agent: KMail/1.9.5 References: <0fa18d202fd5dfa13608dc9e2c627941@catholic.org> In-Reply-To: <0fa18d202fd5dfa13608dc9e2c627941@catholic.org> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703011058.28791.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Never you mind Subject: Re: Mounting an FTP space ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2007 15:58:26 -0000 On Thursday 01 March 2007 01:37, Never you mind wrote: > On my Mac from the Finder I can select "Connect to server", give it the > details of an ftp location and it will connect and display the ftp > space as a drive on the desktop. > > Can I obtain the same sort of functionality using freeBSD and xfce > desktop manager? I haven't used it, but the sysutils/fusefs-curlftpfs should allow you to mount an ftp location as a virtual filesystem. The desktop icon thing you'll have to work out on your own, but it shouldn't be too difficult (a shortcut to your chosen mountpoint should suffice). JN