Results 1 to 4 of 4
I have an old computer running a Samba to serve some shared files. I want to run an FTP server as well to serve the same shared directory. I put ...
- 04-04-2006 #1Just Joined!
- Join Date
- Dec 2005
- Posts
- 18
FTP and Symbolic links
I have an old computer running a Samba to serve some shared files. I want to run an FTP server as well to serve the same shared directory. I put a symbolic link to the directory /shared in /var/ftp, but when I try to access the directory via ftp it won't change. When I do ls -l it shows the link to the directory with the proper permissions. Can anyone help me set this up so that I don't need to have two copies of the files on my server.
- 04-04-2006 #2
Why don't you just have the samba server share the same directory as the ftp server does?
- 04-04-2006 #3
I don't know if this has anything to do with your problem, however, at one point, setting up pure-ftpd on FreeBSD, I found that if I did something like
It didn't work. However, if I typed the full path, egCode:ln -s ../share
It worked. <shrug>Code:ln -s /usr/ftpusers/share
- 04-04-2006 #4Just Joined!
- Join Date
- Dec 2005
- Posts
- 18
The samba server is already setup and running, so I figured it would be easier if possible to use a sym link. If not then that is what I will have to do.
Originally Posted by lakerdonald


Reply With Quote