Proper use of Writer

Hi
i ve got a dynamic list of urls linking to images, I am using Writer to download them to a folder.
The first problem i have is a corrupted file but that could be a connection problem, gimp can t open it either but i can open it in windows normally, I ll check on that.
The second problem is that an image is always repeated, like is there is some kind of buffer in the writer node which is not synching properly.
Lastly a question: is it ok to leave all the spread of urls connected to the writer and let it decide which images he s got already or should i send to it only those urls which it s not downloaded yet? (or is it doing it automatically?)
tx
Simone

Hey
this is an error i can see about the corrupted file (in linux)

root@io-P150HMx:/media/D818-3C4C# jpeginfo -c 1.jpg
1.jpg  600 x 800  24bit JFIF  N  417667  Corrupt JPEG data: premature end of data segment  Invalid JPEG file structure: two SOI markers  [ERROR](ERROR)

Which Writer are you using exactly?

writer (file)

Hi I think I got it, I ve just reversed the spread os URLs of when a new one is added it is added to the end of the spread instead of being inserted at the beginning and pushing the slices forward.
I think that because of that the content of the written files could get corrupted and it also explains the duplication if Writer has some kind of buffering.
S.

I am now left with the other question: is it safe to leave the whole spread of URLs connected to the HTTP get ? Is the HTTP get - Write rcombo taking care of not redownloading the images they ve already downloaded?
I am planning to download thousands of images during a night show and I really need to make it as performant as possible.
S.