Originally posted by Tustin
Sorry, ignore what I said about the response header/body. For some reason when I replied earlier I was thinking this was using HTTP requests. The buffer size should be a length of bytes you're comfortable storing at one time. Setting it to 1024 (or 1 KB) should be sufficient. That basically means the socket will read 1 KB of your file each time and store that in the file.
Ok i understand now.
Just 2 questions, in
DownloadFile(char* ip, const char* fileName)
For ip, i put the IP of my website, but for
fileName i put the position of file where i want save file downloaded ? So it's
/dev_hdd0/tmp/GTA.sprx for example ?
And after, in php coding. You put "Tesseract.sprx", this file is placed in root folder of website right ? So i can edit, for send the file contained in folder like this
You must login or register to view this content. ?