Results 1 to 5 of 5

Thread: Ftp

  1. #1
    Aerobicia
    Guest

    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!


  2. #2
    jim mcnamara
    Guest
    Are you using the Inet control?

  3. #3
    Aerobicia
    Guest
    No I'm using API.

    Is the Inet control better?

  4. #4
    jim mcnamara
    Guest
    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

  5. #5
    Aerobicia
    Guest
    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
  •  



Click Here to Expand Forum to Full Width