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.
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.
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