hey everyone,
I'm starting to learn how to allow my program to connect to a remote server. It is on a LAN, an dI have the IP address. I need to establish an FTP connection and download a file to the local drive to temporarily work with it and then delete. I've read the MSDN on FTP commands (WinInet ) and such, but I still have a little clue on how to structure the code. Is there a good tutorial on writing this code?
So far I have this sequence of commands:
InternetOpen
InternetConnect
FTPGetFile
Could someone briefly explain how it is all done, please.



LinkBack URL
About LinkBacks


