LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   downloading icons w.r.t Gpsdrive (https://www.linuxquestions.org/questions/linux-general-1/downloading-icons-w-r-t-gpsdrive-778419/)

Aquarius_Girl 12-28-2009 02:24 AM

downloading icons w.r.t Gpsdrive
 
Hi all,

I need the icons for building gpsdrive from the source.

The icons are listed on the following site, but i don't know how to download these icons !

http://www.gpsdrive.de/development/m...ns/square.big/

Kindly help !

~sHyLoCk~ 12-28-2009 02:35 AM

Try:

Code:

lftp -c "open http://www.gpsdrive.de/development/map-icons/ ; mirror square.big/"
or maybe:
Code:

wget -r http://www.gpsdrive.de/development/map-icons/square.big/* -A=png

Aquarius_Girl 12-28-2009 03:45 AM

~sHyLoCk~

Many thanks to you for bothering to reply!

As per your advise, I tried the following and it worked !

wget -r http://www.gpsdrive.de/development/m...ns/square.big/


All times are GMT -5. The time now is 08:39 PM.