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.