hi all.
I am trying to download a file from my FTP using the Inet control, and I just cant. why??
Here is the code I uses:
What is wrong in this code???Code:Inet1.Protocol = icFTP Inet1.Username = "abcd" Inet1.Password = "abc" Inet1.URL = "ftp://ftp.geocities.com" Inet1.Execute "GET /docs/1.txt c:\1.txt"
I just wanna download the file "ftp.geocities.com/docs/1.txt" into "c:\1.txt"
waiting for answer,




Reply With Quote