Can I download assets uploaded on cloudflare pages
My storage drive got corrupted due to which I lost my my website's files. Is there any way I can download them?
9 Replies
Please help me
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.https://community.cloudflare.com/t/downloading-assets-from-pages/483172#:~:text=It's%20impossible%20to%20download%20the,it%20was%20apparently%20already%20suggested.
so it will be downloaded when i visit that page?
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?
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
As text file with the appropriate ending.
ok im getting them
thanks
Perfect