#Can I download assets uploaded on cloudflare pages

16 messages · Page 1 of 1 (latest)

shell gulch
#

My storage drive got corrupted due to which I lost my my website's files. Is there any way I can download them?

#

Please help me

naive plank
#

Yes, it's possible. You can just copy each file name and then go to https://project-name.pages.dev/file-name and download it or if you're on Linux copy all urls into a file and run wget -i /path/to/file. In the future I recommend using Git and GitHub to store it in the cloud.

shell gulch
#

let me just try

#

which one is the project name

#

nvmn i got

#

it was incitebot

#

uh wait

#

so i have to do save as?

naive plank
#

The pictures will be shown, you need to do a right click -> save picture. The .css will be shown as text, you need to copy it. The HTML will be renderer, you can do a right click -> show source or something like that and then copy it. The other files are either downloaded or shown as text files.

For example incitebot.pro/css/style.css

naive plank
shell gulch
#

ok im getting them

#

thanks