Hi, Does anyone know how to transfer files using Http protocol between servers. My requirement is to transfer a file from a server sitting outside the firewall to a database server within the firewall. Any useful links would be of great help! Please help Thanks Srihari
So, it is between two servers. You will have to use multipart HTTP requests - the ones that are used when you have input of type "file" in an HTML form.