FolderShare is a simple way to share and receive files across the local network.
Run the main.py file inside of the directory you want to share (you must also copy the 'static' and 'templates' folders), then use the URL provided. That's it!
You can also use the build.py file to create an executable that
doesn't need python to run. This is also useful for creating a
binary that you can place in a directory on your PATH. The build.py
file currently only supports Windows and Linux, but has only been
tested on Linux. The executable is built with pyinstaller to include
the 'static' and 'templates' folders so that you don't have to copy
them.
Copyright (C) 2022 jvadair
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.