Results 1 to 4 of 4

Thread: FTP using VB.NET

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2006
    Posts
    2

    FTP using VB.NET

    Hello ALL,

    I have been programming with VB6 for quite some time now and I have just transitioned over to VB 2005. I have a VB project that I update to .NET and was using the INET control to login to our IBM Risc box to FTP files off for automated jobs. When I converted the project it did not like the use of INET mostly the execute command. Is there something else that I should be using now or stick with the INET and figure out the syntax? Any help would be appreciated. Thanks all.

    .NET is a whole new world.

  2. #2
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141

    Re: FTP using VB.NET

    Check this out and see if it helps http://www.codeproject.com/vb/net/FtpClient.asp
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  3. #3
    Hyperactive Member imadthemad's Avatar
    Join Date
    May 2005
    Posts
    344

    Re: FTP using VB.NET

    i would use sockets rather than pre-made client classes because they are broader and better

    it is what i did when i transitioned from vb6 to vb.net 2003

    sockets are exactly like winsock

  4. #4

    Thread Starter
    New Member
    Join Date
    Feb 2006
    Posts
    2

    Re: FTP using VB.NET

    Thanks for the quick response this looks like what I want to transition over to.

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