Hi i am developing a webbased ftp client application i want to get client file system directories and populate them into a tree view i try this code but it will give directo
As said by others, your server-side code can't read client's file system.
Your best option is to write and sign a Java applet (afaik signed applets are allowed to access the file system) and embed the applet to the web page. ActiveX is also an option, but it's limited to Internet Explorer.