Releases: Worthies/Files
Releases · Worthies/Files
Manual Release 2025-11-14 03:40:08
files - File Server
This release contains pre-compiled binaries for multiple platforms.
Features
- File browsing via web interface
- File upload with drag & drop support
- File download with resume support
- Cross-platform compatibility
Usage
# Run server on localhost:8080
./files
# Specify custom port
./files -port 9000
# Specify custom listening address and port
./files -host 192.168.1.100 -port 9000
# Serve files from specific directory
./files -dir /path/to/filesAvailable Binaries
files-linux-amd64.tar.gz- Linux x86_64files-linux-arm64.tar.gz- Linux ARM64files-darwin-amd64.tar.gz- macOS Intelfiles-darwin-arm64.tar.gz- macOS Apple Siliconfiles-windows-amd64.zip- Windows x86_64
Installation
- Download the appropriate binary for your platform
- Extract the archive
- Make the binary executable (Linux/macOS):
chmod +x files - Optionally, move to a directory in your PATH
Options
-host- Address to listen on (default: 0.0.0.0)-port- Port to listen on (default: 8080)-dir- Working directory to serve files from (default: current directory)
This is an automated manual release
Nightly Release 2025-12-26
files - File Server
This release contains pre-compiled binaries for multiple platforms.
Features
- File browsing via web interface
- File upload with drag & drop support
- File download with resume support
- Cross-platform compatibility
Usage
# Run server on localhost:8080
./files
# Specify custom port
./files -port 9000
# Specify custom listening address and port
./files -host 192.168.1.100 -port 9000
# Serve files from specific directory
./files -dir /path/to/filesAvailable Binaries
files-linux-amd64.tar.gz- Linux x86_64files-linux-arm64.tar.gz- Linux ARM64files-darwin-amd64.tar.gz- macOS Intelfiles-darwin-arm64.tar.gz- macOS Apple Siliconfiles-windows-amd64.zip- Windows x86_64
Installation
- Download the appropriate binary for your platform
- Extract the archive
- Make the binary executable (Linux/macOS):
chmod +x files - Optionally, move to a directory in your PATH
Options
-host- Address to listen on (default: 0.0.0.0)-port- Port to listen on (default: 8080)-dir- Working directory to serve files from (default: current directory)
This is an automated nightly release