glftpd how to create and use symlinks
by alinghi from LinuxQuestions.org on (#4TGKP)
Hello all,
with the help of users in here, yesterday I managed to fix my issue with glftpd mount and it's running very fine now. (https://www.linuxquestions.org/quest...15#post6052415)
So, here is another thing:
my glftpd site (/jail/glftpd/site) is mounted at /mnt/ftp
Inside ftp, I created a dir "tv" and gave it 777 permission.
At another folder, at the same partition, I have a folder with tv show episodes, and i would like to create a symlink to another folder at the same partition, just diferent place, but i don't want move the file (i'm not sure if its what i'm looking for)
Let me try explain a bit better:
/mnt/seed/tv/show1/episode 01 <--- this is episode 01 folder are located
/mnt/ftp/tv <--- this is where i want the episode 01 folder be visible
I don't want move the episode 01 folder to /mnt/ftp/tv because it is seeding using a torrent client, and if i move, it will "break" things
Is that possible ? Get the folder to show at /mnt/ftp/tv but let the file where it is at this moment at /mnt/seed/tv/show1/episode 01 ?
Again, sorry about my poor English, and thank you.


with the help of users in here, yesterday I managed to fix my issue with glftpd mount and it's running very fine now. (https://www.linuxquestions.org/quest...15#post6052415)
So, here is another thing:
my glftpd site (/jail/glftpd/site) is mounted at /mnt/ftp
Inside ftp, I created a dir "tv" and gave it 777 permission.
At another folder, at the same partition, I have a folder with tv show episodes, and i would like to create a symlink to another folder at the same partition, just diferent place, but i don't want move the file (i'm not sure if its what i'm looking for)
Let me try explain a bit better:
/mnt/seed/tv/show1/episode 01 <--- this is episode 01 folder are located
/mnt/ftp/tv <--- this is where i want the episode 01 folder be visible
I don't want move the episode 01 folder to /mnt/ftp/tv because it is seeding using a torrent client, and if i move, it will "break" things
Is that possible ? Get the folder to show at /mnt/ftp/tv but let the file where it is at this moment at /mnt/seed/tv/show1/episode 01 ?
Again, sorry about my poor English, and thank you.