[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Listing .PDFs on web site?



On 10/10/22 22:16, latincom@vcn.bc.ca wrote:
Hello

Does somebody know how to get a simple list of PDFs in my Buleyes web
site, please?

The point is that i do hoticulture guides, and i would like that users get
them directly from my site.


On 10/11/22 01:59, latincom@vcn.bc.ca wrote:

> https://www.vcn.bc.ca/latincom


If you have ssh(1) access to the web server, the find(1) utility can produce a list of PDF files. For example, my site (https://holgerdanske.com/):

2022-10-11 17:01:50 holger@november ~
$ find secure_html -iname '*.pdf' | grep -v webmail
secure_html/pub/dpchrist/debian-user/20210821-smart-fans/cpu-20210904.pdf


David


Reply to: