Click to See Complete Forum and Search --> : Automate ftp upload


mike@work
May 1st, 2001, 02:10 PM
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.

slcotten
May 1st, 2001, 06:58 PM
I would use the Winsock Control. Reply if you need more help

MikeVasquez
May 4th, 2001, 01:16 PM
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.

coolbiz
May 4th, 2001, 06:11 PM
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

slcotten
May 7th, 2001, 10:17 AM
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.