aks9920
Posts: 8
Joined: Thu Mar 09, 2017 10:43 am

Download folders(of images) from remote locations py script

Mon Mar 13, 2017 5:02 am

I want a python script to download a folder of images from remote locations (probably same network).
The script should be supportive to web adress like www.xyz.com/x/y/z
and ip address like 192.xxx.yyy.zzz/x/y/z
it should automatically download all files from the directory to designated destination location/folder.

User avatar
elParaguayo
Posts: 1943
Joined: Wed May 16, 2012 12:46 pm
Location: London, UK

Re: Download folders(of images) from remote locations py scr

Mon Mar 13, 2017 10:18 am

So what's your question?

Do you have a script which isn't working? Do you want to know where to start? Or, do you want someone to give you the full code?

You'll get better answers if you're more specific in your posts.
RPi Information Screen: plugin based system for displaying weather, travel information, football scores etc.

aks9920
Posts: 8
Joined: Thu Mar 09, 2017 10:43 am

Re: Download folders(of images) from remote locations py scr

Tue Mar 14, 2017 1:01 pm

elParaguayo wrote:So what's your question?

Do you have a script which isn't working? Do you want to know where to start? Or, do you want someone to give you the full code?

You'll get better answers if you're more specific in your posts.

I wanted the code bro..

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Download folders(of images) from remote locations py scr

Tue Mar 14, 2017 1:15 pm

aks9920 wrote:
elParaguayo wrote:So what's your question?

Do you have a script which isn't working? Do you want to know where to start? Or, do you want someone to give you the full code?

You'll get better answers if you're more specific in your posts.

I wanted the code bro..
No one is going to write the code for you. Try researching a bit, it's a common subject and try some stuff.

http://stackoverflow.com/questions/2101 ... ith-python
And other links as well.
There are 10 types of people: those who understand binary and those who don't.

scotty101
Posts: 3958
Joined: Fri Jun 08, 2012 6:03 pm

Re: Download folders(of images) from remote locations py scr

Tue Mar 14, 2017 1:38 pm

Electronic and Computer Engineer
Pi Interests: Home Automation, IOT, Python and Tkinter

aks9920
Posts: 8
Joined: Thu Mar 09, 2017 10:43 am

Re: Download folders(of images) from remote locations py scr

Wed Mar 15, 2017 6:22 pm

kusti8 wrote:
aks9920 wrote:
elParaguayo wrote:So what's your question?

Do you have a script which isn't working? Do you want to know where to start? Or, do you want someone to give you the full code?

You'll get better answers if you're more specific in your posts.

I wanted the code bro..
No one is going to write the code for you. Try researching a bit, it's a common subject and try some stuff.

http://stackoverflow.com/questions/2101 ... ith-python
And other links as well.
thanx for stackoverflow link

klintkrossa
Posts: 81
Joined: Tue Nov 10, 2015 3:06 pm

Re: Download folders(of images) from remote locations py scr

Fri Mar 17, 2017 2:06 pm

Hello,
Just a add, move the file to /var/www/html.
In "py" I like to use os.system().
Thanks
This is not like any other bulletin boards that I have been on. Been flamed on other BB's so bad I was afraid to ask.

All my Raspberry Pi's are like the Hessian artilleryman of Sleepy Hollow.

Return to “Python”