Hi all,
I am writing script, that can connect to the FTP server and list complete
directory structure. But there is problem I suppose. Assume next
structure:
AAA
|_ AAA.1
|_ AAA.2
|_ AAA.3
|_ AAA.3.1
|_ aaa.txt
...
But when I list it with dir(), in next case, the array will be empty:
@dirlist = $scan->dir("AAA/AAA.3/AAA.3.1")
Is there any problem with subdirectories listing ?
p.s.: sorry for my english
marian andre
