Date: Thu, 11 Mar 2004 16:56:16 -0600 From: "Micheal Patterson" <micheal@tsgincorporated.com> To: "Osmany Guirola Cruz" <osmany.guirola@cigb.edu.cu>, <freebsd-questions@freebsd.org> Subject: Re: ftp Message-ID: <01a901c407bc$1407ad30$4df24243@tsgincorporated.com> References: <E78E51BB7B45C749B11C8B5BA64107E1025674AE@mercurio.cigb.edu.cu>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Osmany Guirola Cruz" <osmany.guirola@cigb.edu.cu> To: <freebsd-questions@freebsd.org> Sent: Thursday, March 11, 2004 3:15 PM Subject: ftp > in my system I have installed the anonymous ftp and I have a fat32 > partition mounted in /fat32 > I need put the content of these partition on the pub directorie > something like these > ftp://mymachine/pub/fat32/ and see the content of these partition via > ftp .. Symbolic link does not work > what should I do... > Anon ftp uses a chroot environment so you can't link to any directory that's not within it's chroot. One possiblity is to mount /fat32 within the ftp users home/root directory. Another one, that isn't heard of much is to mount_null /fat32 into the ftp chroot file system. Please keep in mind that null mounting, last I heard, should be treated as experimental at best. For more info on null mounting, check out man mount_null. -- Micheal Patterson TSG Network Administration 405-917-0600 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01a901c407bc$1407ad30$4df24243>