This FTP browser is a web-based file manager, kinda like Cpanel. FTP client can upload, download, delete, rename, edit and view all the files which have been uploaded by them using this FTP browser.
FTP-Browser is a web browser based File manager which manages the files stored in server device. A client can upload, download, rename, delete files and create folders using ftp protocol in this application. This application is developed in PHP and JS (For ajax). FTP connection requires username and password which can be generated using filezilla’s ftp server.
Note: Xampp server includes filezilla server.
Step 1) Install Xampp server
Step 2) Clone this repo
$ git clone https://github.com/Kelta-King/FTP-browser.git
Step 3) Paste the cloned file inside the following path
C:\xampp\htdocs\
Step 4) Start the Xampp server. It has 5 modules. Start the Apache and filezilla.
Step 5) Open filezilla’s admin panel and do the following
Now, you have created an account for client.
Step 6) Open the following link in the browser
http://localhost:<port_number>/FTP-Browser/
You can see a screen like this.
Step 7) Enter the username and password which we had set previously. Click login.
Step 8) Now you can access the page similar to the below image, where the user can perform all the FTP tasks.