I am trying to use the Inet control in vb6 to download a database from an FTP site. I can connect to the server OK, and it says it is connected, but the command to retrive the file just doesn't seem to do anything.
I am using the command
Inet1.Execute , "GET database.mdb C:\database.mdb"
But nothing happens. What else do I need to do please?
Thanks
Stuart
I am using the command
Inet1.Execute , "GET database.mdb C:\database.mdb"
But nothing happens. What else do I need to do please?
Thanks
Stuart