PDA

View Full Version : SubbedDir of Mouton


ChipMunk666
11-08-2005, 12:59 PM
Ok i think this scripts is very usefull for me.
But i found something it didn't really went the way i wanted it.

when a folder is created ex 1 2
It creates perfectly 1_2
but there is a symlink created aswell
Would be great if i could delete that one too in a script cause on site it doesn't work
I can't delete thru ftp.
Or just disable the symlink :)Is it possible?

Mouton
11-09-2005, 08:27 PM
on MKD "1 2", the script should:
create "1_2" directory
create a link "1 2" > "1_2"

when entering the "1_2" directory, the script should:
delete the "../1 2" link

I only tried with ffxp, so maybe different ftp client enters the create directory differently so the script doesn't delete the symlink correctly.

ChipMunk666
11-09-2005, 11:42 PM
i have FFxp aswell.The symlink stays :)
But either way i like the script cause i can't teach ppl that they shouldn't use spaces hehe