#Can I download assets uploaded on cloudflare pages
16 messages · Page 1 of 1 (latest)
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.
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.