python - download multiple files to make up for not being able to download folders -


i trying download contents of folder files hard drive , code have been using. have tried different variations of of them print last item in list

for in seed:     new_download=open(i,'w')     print (i)     new_download.close()     open_file=open(i,'wb')     k in seed_id:         client.file(k).download_to(open_file)         print (k)     open_file.close() 

the files want name of file in box matched in machine.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -