Results 1 to 6 of 6

Thread: [2005] delete file via ftp

  1. #1

    Thread Starter
    Hyperactive Member jonwondering's Avatar
    Join Date
    May 2005
    Posts
    311

    [2005] delete file via ftp

    i've searched the topics in here and on google, but i can't find anything on how to delete a file via ftp. there's gotta be something somewhere. does anybody know how to? any good links? thanks.

  2. #2
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: [2005] delete file via ftp

    Quote Originally Posted by jonwondering
    i've searched the topics in here and on google, but i can't find anything on how to delete a file via ftp. there's gotta be something somewhere. does anybody know how to? any good links? thanks.
    Hi,

    Here's a link how can be useful for deleting a file via ftp;

    http://msdn2.microsoft.com/en-us/lib...z5(VS.80).aspx

    Hope it helps,

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  3. #3

    Thread Starter
    Hyperactive Member jonwondering's Avatar
    Join Date
    May 2005
    Posts
    311

    Re: [2005] delete file via ftp

    thank you sparrow1.

  4. #4
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: [2005] delete file via ftp

    Quote Originally Posted by jonwondering
    thank you sparrow1.
    Hi,

    If it solved your problem,mark your thread as resolved!

    Wkr,

    sparrow1
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

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

    Re: [2005] delete file via ftp

    That link is aimed at C++/MFC development so it's not really applicable. In VB.NET you would use an FtpWebRequest object and set its Method property to WebRequestMethods.Ftp.DeleteFile.
    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

  6. #6

    Thread Starter
    Hyperactive Member jonwondering's Avatar
    Join Date
    May 2005
    Posts
    311

    Re: [2005] delete file via ftp

    ahh okay. i'll look into it. thanks jmcilhinney!

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