-
Ftp
I have mad an program that search an FTP server for files and if the file I'm looking for isn't there I transfer it to the FTPserver. Sometimes it works and sometimes it doesn't!
I'm getting this error:
12031 (Connection with the server has been reset.)
And the file I want to transfer isn't transfered.
What can I do to get around this?
Please help!
:confused:
-
Are you using the Inet control?
-
No I'm using API.
Is the Inet control better?
-
Inet isn't necessarily better, it just provides a wrapper so you don't have to mess around in low level api code.
A suggestion: since you're using api, get a copy of FTPjr - it's a VB project sample that MS created. It pretty much shows you how to do everything you need. It also works fairly well as is.
The www.msdn.mircosoft.com download area has it.
http://msdn.microsoft.com/downloads/...jr/default.asp
www.zdnet.com also has it
-
Thanx but that didn't help much...