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.
Printable View
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.
I would use the Winsock Control. Reply if you need more help
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.
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
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.