|
-
Dec 14th, 2010, 07:52 AM
#1
Thread Starter
Lively Member
System.Net.Webclient
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!
-
Dec 14th, 2010, 08:03 AM
#2
Re: System.Net.Webclient
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|