Hi, there,

when I try to access a file on Server side from An Applet, I can use URL, for example, "http://1.1.1.1/some/some.gif", which has to be an exact file name. If I want to get the file system structure, for example, if I want to check how many files are in "http://1.1.1.1/some" directory, how can I do it?

When I try to use File class, it always gave me security warnning.

Help !!! Thanks in advance.

Yours Nicole