Skip to content

chanbengz/CS305_Project_2023F

Repository files navigation

CS305_Project_2023F

A HTTP File Manager

Contributors

Introduction

This is a HTTP File Manager, which is a web application that allows users to manage files on a server through a web browser or API. It's written in Python and the framework is developed from scratch.

Feature

  • Authentication and cookie
  • File preview and download
  • File upload
  • File delete
  • Persistent connection
  • Concurrent request handling
  • Encryption (Bonus)
  • Breakpoint Transmission (Bonus)
  • User-friendly interface

Usage

python3 server.py -p 8080

Then open your browser and visit http://localhost:8080

About

A HTTP File Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published