I would like to be able to automatically download a 40mb file every week from a dedicated server to a client (at 2am in the morning!)
The server is exclusively for this project and merely collects data and dumps it once a week but it is on a very large private network not connected to the internet.
I have a winsock connection through to this server OK to examine the data but I would prefer not to use Workgroup, filecopy or anything that might let others see the computer without my software being installed.
There are no humans awake at the time of transfer to enter passwords etc.
Is FTP the best way or is there a better way?
I have seen many references in Google to third party FTP.DLLS but I would like to avoid these if possible unless there is a particularly good one someone could recommend.
I'm OK with the automatic timing bit but, if FTP is the best way, what is the code I would have to use for the FTP part of it and optionally, is there a sort of automatic unattended password I could setup?
The server is exclusively for this project and merely collects data and dumps it once a week but it is on a very large private network not connected to the internet.
I have a winsock connection through to this server OK to examine the data but I would prefer not to use Workgroup, filecopy or anything that might let others see the computer without my software being installed.
There are no humans awake at the time of transfer to enter passwords etc.
Is FTP the best way or is there a better way?
I have seen many references in Google to third party FTP.DLLS but I would like to avoid these if possible unless there is a particularly good one someone could recommend.
I'm OK with the automatic timing bit but, if FTP is the best way, what is the code I would have to use for the FTP part of it and optionally, is there a sort of automatic unattended password I could setup?