Results 1 to 2 of 2

Thread: System.Net.Webclient

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2007
    Posts
    106

    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!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width