is it possible to download all pictures of one folder

Discuss how to download pictures from websites using PicaLoader.
(NO adult contents and advertisement please.)
Post Reply
venga1
Posts: 1
Joined: Wed Oct 08, 2008 8:23 am

is it possible to download all pictures of one folder

Post by venga1 »

Suppose there is www.site.com/images/imagefolder/

ok the imagefolder is not directly accessed through browser...means apcahe setting not to list the file

now is is possible to download all the images of imagefolder

the images of the imagefolder are used normally in php page using <img src tags..

any help?
any tweak..?
is it possible with the picalodaer?
User avatar
KoalaBear
Posts: 325
Joined: Wed Sep 24, 2003 5:27 pm

Re: is it possible to download all pictures of one folder

Post by KoalaBear »

PicaLoader can follow php page to download pics.
If a picture not linked by any web page, there is no way to download it, except you know the picture's filename.
dado
Posts: 3
Joined: Mon Nov 03, 2008 6:53 pm

Re: is it possible to download all pictures of one folder

Post by dado »

you say :

If a picture not linked by any web page, there is no way to download it, except you know the picture's filename.

i have it. i mean all names of files in directory. real example of files names :
789542.jpg
122456-75.jpg
124556-7889.jpg
98745-hp.jpg

so , so different names, it is hard to make a substitute by picaloader functions, because no continuity of values :

789542.jpg is real filename, but 789543.jpg, 789544.jpg or 789541.jpg, 789540.jpg doesnt exists.


but, i have a list of all names of files and they are stored in my xls spreadsheet file ( in rows ) - so every name in a single cell , row by row.

what now ? can picaloader read some extended xls or txt or csv or .... file ?
User avatar
KoalaBear
Posts: 325
Joined: Wed Sep 24, 2003 5:27 pm

Re: is it possible to download all pictures of one folder

Post by KoalaBear »

try this way:
1.open your excel file, add a row before filename row, fill with start, fill the row after filename row with end. (like attached picture)
2.save as .csv file.
3. open .csv file with a text editor, like notepad, replace all:
start, with <a href='http://www.site.com/images/imagefolder/
,end with '>pic</a>
4. rename .csv file's ext to .htm
5. run picaloader, open a project, create a new task, start URL:
file://[full path of your .htm file], e.g. file://e:\test.htm

that's all:)
Attachments
excel.jpg
excel.jpg (10.77 KiB) Viewed 122 times
dado
Posts: 3
Joined: Mon Nov 03, 2008 6:53 pm

Re: is it possible to download all pictures of one folder

Post by dado »

thank you for quick response, but not work corect. in list is cca 15000 rows = 15000 pictures, but only cca 3600 were saved. i do not know what is incorrect, or what is my mistake.

in attachment are both files : XLS + my final file HTM.
OPTION panel is in attached picture.
Attachments
picaloader.zip
XLS + HTM files
(289.14 KiB) Downloaded 4 times
OPTION panel, pl2.htm is ofcourse named like picaloader_all.htm
OPTION panel, pl2.htm is ofcourse named like picaloader_all.htm
User avatar
KoalaBear
Posts: 325
Joined: Wed Sep 24, 2003 5:27 pm

Re: is it possible to download all pictures of one folder

Post by KoalaBear »

you can switch to Report to check out what happened. maybe the web server is overload, the downloading is timeout.
you can click Move All to Queue then start downloading again to retry download these error URLs.
dado
Posts: 3
Joined: Mon Nov 03, 2008 6:53 pm

Re: is it possible to download all pictures of one folder

Post by dado »

no error warnings, but thanks a lot ! i just tried uninstalled from c:\program files\picaloader and installed to only c:\picaloader. i am no IT admin, but this help me and everything is working like you wrote first. some read/write error or something like this, i dont know... but now it works.

before my question i have read some more topics ( not only one or two ), and now can i say with peace in my mind : everything is possible with you - you are a woodoo master !

i am very greatful !!!
have a nice day from Slovakia
Post Reply