Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2003 20:07:52 -0400
From:      "C. Ulrich" <dincht@securenym.net>
To:        Pascal Giannakakis <CapM@gmx.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mount an ftp or ssh filesystem
Message-ID:  <200309260012.h8Q0CHW14651@anon.securenym.net>
In-Reply-To: <16834.1064478841@www9.gmx.net>
References:  <16834.1064478841@www9.gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2003-09-25 at 04:34, Pascal Giannakakis wrote:
> Hello,
> 
> i'd like to mount remote ftp and ssh dirs into my local dir-tree, however
> can't find info on that for FreeBSD. I can't find neither a port, nor something
> for the kernel (like LUFS in Lunix). Other network-FSs are not an option.
> BTW - If you wonder whats its use is: i would like to access the files i work
> on with different programming tools seamlessly.
> 
> Is it possible at all in FreeBSD 5.1?
> 
> TIA

I don't know for sure whether it's possible or not, but mounting a
remote FTP directory onto a local mount point does not sound like a good
idea.

You said that other network filesystems are not an option, but then
neither FTP or SSH (assuming you meant FTP tunnelled through SSH) are
networking filesystems either. The two popular implemtations of network
filesystems are NFS (Unix) and SMB (Unix via Samba, Windows). You should
take a close look at those since you will get much better performance
and security with them than by grafting an FTP directory to your
filesystem. If you need this in order to do your job and don't have
administrator access to the remote machine(s), then petition your system
administrator to look into NFS or SMB.

C. Ulrich
-- 
http://bityard.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309260012.h8Q0CHW14651>