Forums

How to upload folder?

Hello, I am new to PythonAnywhere and I am loving it. I have created a mirror of my blog and I want to upload it on my account here. Since there are several folders, is there a way to recursively upload all the folders?

Not through the web interface, but you can zip the folder tree, upload that and then unzip it from the console:

unzip ~/foo.zip

Or you can use FTP with SSH if you have a paid account, see other posts, e.g. https://www.pythonanywhere.com/forums/topic/1425/

+1 to both of those suggestions :-)

+1 good idea

I use this method and start my first flask app into PA in 1 min :)

Love it .....

Thanks guys..

:-D

bash: /home/wazeer/django.ZIP: No such file or directory

Hi,HOW TO CONFIGURE MY DJANGO demo project Thanks

What were you trying to do with that zip file? Was it uploaded to PythonAnywhere?

Take a look at https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/