How do I print filenames residing on the server? [on hold]
- by Suhail Gupta
How do I list files on a server after I make a HTTP connection via telnet with that server ?
I tried establishing connection like :
As I push enter, I enter the following screen :
but as I type ls (which is not visible when I write) and press enter, I see this screen :
I want to establish connection with the server and try to print the file names residing on the server directory.
Note : The server OS is Windows Server 2003 and web-server is Microsoft-IIS/6.0