Forums

How to download folder?

how to donwload the media folder of my web app to my own computer?

See https://help.pythonanywhere.com/pages/UploadingAndDownloadingFiles/.

by reading through above instructions, I am still not clear about how to download a folder to my private machine. what is the simplest way? thanks for further explainations.

What is unclear for you on that help page? What should we improve there?

fowllowing the instruction I have downloaded winscp and been able to connect to the remoter server. However, the donwloading speed is just 10kb/second, which is really too slow. is there other means?

Are you downloading lots of really small files?

YES, a lot of compressed photos uploaded by users.

Then try using rsync or seeing if winscp has an option to keep connections alive or something. It's slow because of trying to get each file in turn.