Controling the FTP

Hello,

I'm developing an VB apllication, that uses MS-Dos FTP, by calling a bat file ("Shell (fileFtp)".
The FTP, is working fine, but it's necessary for me that i test the result of the FTP.

How can i do this

P.S. Sorry for my English.

 



Answer this question

Controling the FTP

  • B-M-C

    You might try checking for the presence of the file that you were FTPing to verify that it was either sent or received.

    If you need more control there are several companies that offer ActiveX FTP controls that work great with VB6, www.mabry.com etc...

    January


  • Mike Rorke - MSFT

    Yes but that's for VB 2005.

    For VB6, is there any solution


  • vchu

    If you can test the results manually, the best choice would be to get another program that does FTP and use it to check.  If you need to check from the program, look into the FtpWebRequest in 2.0 or look for an FTP library in 1.1

  • Controling the FTP