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?
No description
9 Replies
Ash
AshOP12mo ago
Please help me
frederik
frederik12mo ago
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.
Ash
AshOP12mo ago
which one is the project name
No description
Ash
AshOP12mo ago
No description
Ash
AshOP12mo ago
nvmn i got it was incitebot uh wait so i have to do save as?
frederik
frederik12mo ago
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.
Ash
AshOP12mo ago
ok im getting them thanks
frederik
frederik12mo ago
Perfect

Did you find this page helpful?