How do I directly upload the images to FTP from the given image path(Live URL)

admx

New Member
I am working on the task that, I need to upload the images to particular FTP by using C# coding from given live path.At the moment I done it, but to upload images on FTP I take round trip of (download the images on local and then upload it to live by using code).I want the solution to directly upload images to to ftp without downloading it.eg. From given path http://www.globalgear.com.au/products/bladesbook_sml.jpgI need this image to upload.hello, I am rectifying my question more, I want to fetch Small and large images from this URL(globalgear.com.au/productfeed.xml) and upload directly to FTP without downloading it on local.
 
Back
Top