CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2010
    Posts
    11

    Question Good FTP control?

    Hello

    I need to write a simple FTP client so that users can upload files to our server with no hassle.

    I'm using the VB 2010 Express IDE: Is there a good FTP control that you would recommend, either free or affordable?

    Ideally, it should be able to resume uploading in case the connection was lost somehow.

    Thank you.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Good FTP control?

    command line works...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Good FTP control?

    I have used Dart FTP control in VB6 and it works pretty well. I think IN VB.Net you can handle FTP without any third party controls.
    Always use [code][/code] tags when posting code.

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