Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlhepler/ftpbrowser
A simple and secure ftp browser using PHP
https://github.com/karlhepler/ftpbrowser
Last synced: 6 days ago
JSON representation
A simple and secure ftp browser using PHP
- Host: GitHub
- URL: https://github.com/karlhepler/ftpbrowser
- Owner: karlhepler
- License: mit
- Created: 2014-03-28T13:57:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-28T14:43:54.000Z (almost 11 years ago)
- Last Synced: 2024-11-16T00:47:33.797Z (2 months ago)
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
A Simple and (I think) Secure FTP Browser
==========================================NOTES
-----* I reworked this from a working project. In doing so, I made it more generalized by adding settings.php. I'm pretty sure it will work, but I haven't tested it in its current state.
* In order for this to work, you are going to need a mysql db to hold the user accounts... so yeah... get that done before playing around
* This uses Bootstrap 3 for the front-end
* It should be able to handle large files, as it will download them in chunks
* My goal originally, and what I believe I have been successful in accomplishing, was to allow downloading from ftp without making it possible to have direct access to the ftp server. In practice, I used this with a Network Attached Storage device that had a shared folder set with ftp access behind a username and password. It is very handy for the office I made it for.