﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Community</title><link>http://docs.esellercloud.com</link><item><title>FTP uploading large quantities of product images.</title><link>http://docs.esellercloud.com/integration/2014/3/ftp-uploading-large-quantities-of-product-images.aspx</link><description><![CDATA[
<p>When bulkuploading a large number of product images upload speed drops of as the number of files increase because FTP clients often try to retrieve a directory list after each upload. This is unnecessary and means that image upload becomes very time consuming.<br>
<br>
To get around this problem we recommend either disable directory updates after each upload in the ftp client or using the windows command line ftp client in non-interactive mode. The latter can be done in the following way:<br>
<br>
Click “Start” &gt;&gt; “Run” Type “cmd” and click enter<br>
In the command prompt type “ftp” and click [Enter]<br>
Type “open ftp.esellercloud.com”<br>
Enter your username (your email address)<br>
Enter your password (the password you use to login to the eSeller Cloud administration)<br>
Navigate to the image directory by typing:<br>
“cd [you account id]” [Enter]<br>
“cd ProductFiles” [Enter]<br>
“cd images” [Enter]<br>
Put the ftp client in non-interactive mode by typing:<br>
“prompt n” [Enter]<br>
Upload the product images by typing<br>
“mput c:\PathToYourImages\*.*” [Enter]<br>
Wait</p>
]]></description><pubDate>Thu, 20 Mar 2014 10:40:18 GMT</pubDate></item></channel></rss>