views:

93

answers:

0

I need to upload images to a webserver and each image will have additional information that I'm thinking of encapsulating in an xml file.

I am thinking of using FtpWebRequest and FtpWebResponse.

Bue to bandwidth issues I will probably queue each image (with its associated xml file) and transfer them 1 at a time

To get the best performance is it better that I create a .NET object with the image and additional information and use WCF or is FTP going to be the best to use over the G network?