LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SSl and symbolic link (https://www.linuxquestions.org/questions/linux-newbie-8/ssl-and-symbolic-link-81330/)

jimgyct 08-12-2003 01:19 PM

SSl and symbolic link
 
Hi!

I have an SSL cert (installed for me) and am having problems creating symbolic links so that it can be shared.

Here is what I am doing (root access)

mkdir /web/SECUREUSER/public_html/DESIREDUSER/secure

chown -R DESIREDUSER.DESIREDUSER /web/SECUREUSER/public_html/DESIREDUSER

ln -s /web/SECUREUSER/public_html/DESIREDUSER/secure /web/DESIREDUSER/public_html/secure

Via SSH I can see the links, change ownership, chmod, list and all that good stuff. Via FTP as the DESIREDUSER - nothing.

What am I doing wrong?

Thanks!

Jim

david_ross 08-12-2003 01:24 PM

What ftp server are you using?

Did you reload the file listing? Some ftp clients cache this sort of thing.

jimgyct 08-12-2003 01:25 PM

Actually.. though of that - so even in case my "reload" wasn't working, I tried a 2nd FTP program... nothing.

david_ross 08-12-2003 01:27 PM

Quote:

Originally posted by david_ross
What ftp server are you using?

jimgyct 08-12-2003 01:29 PM

Sorry - reading too fast

profptd

jimgyct 08-12-2003 01:36 PM

for grins - switched to pure-fprd - still nothing

david_ross 08-12-2003 01:38 PM

Quote:

Originally posted by jimgyct
Sorry - reading too fast

profptd

Don't worry - I do it all the time. Take a look at:
http://proftpd.linux.co.uk/localsite...wSymlinks.html

jimgyct 08-12-2003 03:25 PM

Well... took a little bit of reading, but I have checked that, and the config.... symlinks are on - still no show on the directory.

Still figure I am doing something dumb with the command lines.


All times are GMT -5. The time now is 06:34 PM.