Ftp files with MSINET

BlackBirdBlackBird Member Posts: 52
Hi all,

I'm trying to send files with ftp with the OCX Microsoft Internet Transfer Control, version 6.0.
There are a couple of posts about this subject, with some tips, but i can't seem to get it to work. ](*,)
I've tried a lot of combinations f.i (FTP is the OCX-variable):

FTP.Protocol := 2;
FTP.UserName := 'ftp';
FTP.Password := 'ftp';
FTP.URL :='ftp://10.0.0.160'; or
FTP.OpenURL('ftp://ftp:ftp@10.0.0.160'); or
FTP.RemoteHost := 'ftp://10.0.0.160';
FTP.UserName := 'ftp';
FTP.Password := 'ftp';
//SLEEP(1000);
FTP.Execute('put G:\XML\Export\NEW7.xml');

But i keep getting the error unable to connect to remote host or a time out.
Can somebody please tell me which commands you have to use for connecting to the ftp-site, logging on and sending a file or several files? [-o<
Needless to say that i can acces the ftp-server through a FTP-program like FileZilla or through a commanprompt.
Thnks.
Sign In or Register to comment.