Hello,
i used System.Net.Webclient to download a file from https address with username and password.
I want to know if it is possible to get all file names from that https location, delete files,etc..
Thank you very much!
Printable View
Hello,
i used System.Net.Webclient to download a file from https address with username and password.
I want to know if it is possible to get all file names from that https location, delete files,etc..
Thank you very much!
HTTP does support those operations but they are usually disabled by the web server administrator because that's not really what web servers are for in most cases. Generally speaking, if you want that sort of functionality then you need FTP access.