8000 GitHub - vmeirelle/TCP-File-Server-Python: This repository contains a simple TCP IPv4 server that allows file retrieval via a web browser. Users can access the server by navigating to localhost:9999 (or specifying a custom host and port) and requesting files from the /data folder.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository contains a simple TCP IPv4 server that allows file retrieval via a web browser. Users can access the server by navigating to localhost:9999 (or specifying a custom host and port) and requesting files from the /data folder.

Notifications You must be signed in to change notification settings

vmeirelle/TCP-File-Server-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP File Server

Description

This repository contains a simple TCP IPv4 server that allows file retrieval via a web browser. Users can access the server by navigating to localhost:9999 (or specifying a custom host and port) and requesting files from the /data folder. The project was developed as part of a Computer Networks assignment at UFRB (Federal University of Recôncavo da Bahia).

Project Overview

  • The server listens for incoming connections.
  • Upon connection, it receives requests from web browsers.
  • Users can request files by specifying their paths.
  • The server retrieves the requested files (e.g., HTML, images, videos) from the /data folder.
  • If a requested file is not found, the server returns a 404 error page.

About

This repository contains a simple TCP IPv4 server that allows file retrieval via a web browser. Users can access the server by navigating to localhost:9999 (or specifying a custom host and port) and requesting files from the /data folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0