-
Easy Upload
hey,
whats the quickest method to get a file onto a ftp server ?
i tried with a winsock control today although once it had connected i got no response from the server.
i also tried inet with the PUT command although it wouldnt put the file on the server.
any ideas ??
-
I've written an article on how to use FTP with VB that is published on VB2TheMax. This article also includes code that you can use to create your own FTP component.
Best regards
-
Excellent!!
You life saver :)
-
Re: Easy Upload
Hey Joacim,
I know it's digging, but I found this old thread, and your link is now dead. I'd be interested in reading your article.
By the way, is Winsock still the way to go in Vb.Net or is it intrinsic, like web application?
-
1 Attachment(s)
Re: Easy Upload
-
Re: Easy Upload
Thanks.
I'll read it shortly.
BTW, I found several threads in .Net where FTP code was referred to the Microsoft Knowledge base that basically has a code sample of an entire FTP application.
Have you seen this?
Is it the way to go in .Net?
I've never learned Winsock, but I've always wondered if I should invest the time.
-
Re: Easy Upload
I've never done any FTPing with .Net so I don't know.