Useing VC++ VisualStudio 2003.
I'm trying to copy several image files (30kb or so per file) from another computer`s shared folder to a local file.
The problem is that there can be more than 2000 or so files in one transfer, and it seems to take its toll, substantially taking more time to complete.
Is there any alternate method of copying files from another computer that could possibly speed up the copy?
Thanks in advance.
EDIT* Due to client request, it is not possible to change the code base dramaticaly, hate to have to deviate from best practice because of non-techinical issues, but is there a more subtle approuch? such as another function call?
I know I`m asking for some magical voodoo, asking just in case somebody knows of such.