CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2001
    Posts
    36

    Automate ftp upload

    I want to be able to automatically upload a file when a certain event happens. Is it best to use inet1 or is there another method of doing this. I'm new to VB.


  2. #2
    Join Date
    Apr 2001
    Posts
    95

    Re: Automate ftp upload

    I would use the Winsock Control. Reply if you need more help


  3. #3
    Join Date
    Apr 2001
    Posts
    14

    Re: Automate ftp upload

    Yes need more help. I basically just want a file to upload automatically when an event finishes. I'm trying to learn how to use winsock. I'm very new to vb. I created a form that contains the information of where to ftp and logon. How do I go about setting it up. Where can I get samples.


  4. #4
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167

    Re: Automate ftp upload

    I did a program before with MS Inet Control to transfer a file whenever an event is triggered but kinda lost the code already.

    Email me if you still need help and I'll be glad to work with you.

    -Cool Bizs

    Good Luck,
    -Cool Bizs

  5. #5
    Join Date
    Apr 2001
    Posts
    95

    Re: Automate ftp upload

    Yes the Inet control would probably be a little easier to work with... I like to use the winsock control because of less overhead... however, it is a little trickier to use it and I do not have any code on hand for ftp access, for smtp, pop, and http, yes, but not ftp.


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