Hi,
I am trying to host file manager but not able to do it
I have installed PHP in my openwrt and simple Hello World! index.php working fine.
with file manager (tinyfilemanager) I am getting 500 internal server, I have tried many, every project throwing different different errors, can anyone suggest which we can use.
I have tried below, you also can suggest if any working for you
Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager - GitHub - prasathmani/tinyfilemanager: Single-file PHP file manager, browser and manage your...
Your help will make my day.
Thanks.
frollic
February 27, 2023, 7:15am
2
is the router the NAS, or is the NAS another device ?
NAS connected with router using its usb port
frollic
February 27, 2023, 7:25am
4
doesn't the NAS have a network interface of it's own ?
No, its just a usb hard drive
frollic
February 27, 2023, 7:32am
6
Then it's not a NAS.
NAS = Network-attached Storage
isn't winscp enough to manage the files on the drive ?
Yes, i can but it's not possible through Android/iPhone
frollic
February 27, 2023, 8:03am
8
there are scp client apps, for both platforms.
Also I want to expose local url over internet so my friends can download movies
frollic
February 27, 2023, 8:24am
10
that's not very secure, expose ssh instead, and let them use a scp client too.
using VPN would be even smarter.
1 Like
Yes, i am using cloudflair and i just want to expose my network drive specific folder where we friends can upload/download movies
You don't need 3rd party libraries to upload and download files.
Download: Enable auto indexing on the usb drive folder, then click the file you want to download.... don't even need php.
Upload: A very simple php script is all you need.
For example: https://www.w3schools.com/php/php_file_upload.asp
2 Likes
You cannot do inbound connections on this VPN, so I'm not sure what this statement means.