how to download files through http

lisas4567

Member
May 25, 2018
773
0
16
you can create a symblink in your web root folder (usually /var/www) ln -s /home/username/download /var/www/foldername

you need to adjust bold parts according to your setting.

this would allow you to view and download contents in /download folder of the user adjusted above from http://hostname/foldername