Skip to content

oli4vr/f2http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f2http - File to HTTP

A simple interactive ad hoc http server

Need to make a specific file downloadable on a linux server so another server or tool can pick it up for download?

Let's say for example you need to present a .iso file to some specitic tool as http source

f2http my_installer.iso 80

Just Control+C to stop the server.

Build and install

On a debian/ubuntu based distro it can build to a debian package.

make
make deb
sudo apt install $(ls ./f2http*.deb)

If you are not on a debian/ubuntu based distribution, use the following:

make
sudo make install

About

File to http - simple interactive ad hoc http server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published