FTP Explorer is a web application developed using ASP.NET Core 9. It allows users to connect to their FTP server and perform various file operations such as exploring files, previewing images, downloading files, uploading files, deleting files, and exchanging files with validation based on file extension.
- ASP.NET Core 9: The web application framework used for developing the backend server logic.
- Bootstrap: Frontend framework for designing responsive and appealing user interfaces.
- Fontawesome: Icon toolkit used for adding scalable vector icons to the application.
- jQuery: JavaScript library for simplifying client-side scripting and DOM manipulation.
With FTP Explorer, users can:
- Connect to their FTP server using the required credentials (host, username, password).
- Explore files on the connected FTP server.
- Preview images directly within the application.
- Download files from the FTP server to the local machine.
- Upload files from the local machine to the FTP server.
- Delete files from the FTP server.
- Exchange files with validation ensuring files have the same extension.
To use FTP Explorer:
- Provide the FTP server credentials (host, username, password) to establish a connection.
- Start exploring, downloading, uploading, and managing files on your FTP server.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it as per the terms of the license.