This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).
wget 'https://sme10.lists2.roe3.org/Drop/README.md'
# Drop
A self-contained upload form as a single PHP script that makes file uploads easy and convenient.
This was written to be usable and appealing for users of the front end and simple to deploy for server administrators. You can just put index.php into a directory of your choice. It only depends on PHP (tested with 7, but should be compatible with some older versions).
* Make sure there is a directory named "files" that the web server can write to.
* In index.php you can adjust the access key (supplied as a GET parameter) or disable authentication if you want your Drop to be public.
* You can also adjust the page title or any other aspects as needed.