|
Thread: Ftp
-
Oct 30th, 2001, 05:44 AM
#1
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!
-
Oct 30th, 2001, 11:15 AM
#2
Are you using the Inet control?
-
Oct 31st, 2001, 02:26 AM
#3
No I'm using API.
Is the Inet control better?
-
Oct 31st, 2001, 09:45 AM
#4
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
-
Oct 31st, 2001, 10:33 AM
#5
Thanx but that didn't help much...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|