Counterstrike
04-03-2001, 07:27 AM
I'm trying to set up an FTP server using wu-ftpd 2.6.0 ... anyways, I have the anonymous login setup correctly, it chroots just fine and everything seems to be working correctly. Anonymous users have a choice of 4 directories: bin, pub, etc, and lib. Inside the pub directory I was to create a sym link to my mp3s (/mnt/win_c2). I used the command (as root):
ln -s /mnt/win_c2 mp3
it creates mp3, tells me that it's a link to /mnt/win_c2 ... everything should work, I can follow the link on my computer with no problems. But when logging in with CuteFTP from another computer on the network, I can't follow the sym link as an anonymous user, only as an authenticated one. What did I do wrong? What's going on? I've been tinkering with this for 2-1/2 hours now and I'm becoming extremely annoyed... anyone out there that can help? ... Please?
<edit> The error I get when trying to follow the sym link on the client computer is "No such file or directory." </edit>
[ 03 April 2001: Message edited by: Counterstrike ]
ln -s /mnt/win_c2 mp3
it creates mp3, tells me that it's a link to /mnt/win_c2 ... everything should work, I can follow the link on my computer with no problems. But when logging in with CuteFTP from another computer on the network, I can't follow the sym link as an anonymous user, only as an authenticated one. What did I do wrong? What's going on? I've been tinkering with this for 2-1/2 hours now and I'm becoming extremely annoyed... anyone out there that can help? ... Please?
<edit> The error I get when trying to follow the sym link on the client computer is "No such file or directory." </edit>
[ 03 April 2001: Message edited by: Counterstrike ]