CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    How to delete more than one file using internet control from a FTP site.( like deltree or delete *.*

    How to delete more than one file using internet control from a FTP site.( like deltree or delete *.*)


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: How to delete more than one file using internet control from a FTP site.( like deltree or delete

    Do you want to delete from the FTP Server or from a client?

    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department
    Greece, Athens

  3. #3
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: How to delete more than one file using internet control from a FTP site.( like deltree or delete


    Use the FTP directive mdel like mdel *.txt will delete all the txt files on the server (Ftp site)

    RK

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

Featured