PDA

View Full Version : Creatinf Folders Automatically


Mogs
10-18-2002, 10:30 AM
Is there a script i could use to create nested folders automatically?
eg:
Folders
1
2
3

inside 1 have
1
2
3

inside 2 have
1
2
3

etc.
so you would have
/1/2/3/
/2/1/2/3/
/3/1/2/3/
etc.

thanx in advance
:)

Linkster
10-18-2002, 11:20 AM
not easy over ftp (not really the purpose of ftp), but you could do that from within the shell with a script easily. of course if you don't have shell access, i think you're out of luck