Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
Skip to content

A web ui tool for transfering files between intranet machines.

Notifications You must be signed in to change notification settings

redolog/intranet-file-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intranet-file-explorer

A web ui tool for transfering files between intranet machines.

Warning this is just a dev tool, not suitable for PRODUCTION ENVIRONMENT !

Background

In intranet environment, we often need to transfer files. rsync is a good choice.

But using a simple server is more suitable for some situations.

Aside from usage consideration, implementing tools on our own is also a motivation.

Key Features

  • Listing files in specified directory(where the server started)
  • Download a file by clicking
  • Upload multiple files with file button or dragdrop move

Usage

Prerequisite

You should setup your Python Pip environment first.

And download this repo on the file's destination machine's directory.

Start this tool server

install related dependency

sh install.sh

start server

python3 app.py -p 5000

or

sh start.sh

Dispose files

You can find uploaded files in upload dir.

About

A web ui tool for transfering files between intranet machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published