Skip to content

Releases: Worthies/Files

Manual Release 2025-11-14 03:40:08

14 Nov 03:40

Choose a tag to compare

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/files

Available Binaries

  • files-linux-amd64.tar.gz - Linux x86_64
  • files-linux-arm64.tar.gz - Linux ARM64
  • files-darwin-amd64.tar.gz - macOS Intel
  • files-darwin-arm64.tar.gz - macOS Apple Silicon
  • files-windows-amd64.zip - Windows x86_64

Installation

  1. Download the appropriate binary for your platform
  2. Extract the archive
  3. Make the binary executable (Linux/macOS): chmod +x files
  4. 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

26 Dec 03:38

Choose a tag to compare

Pre-release

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/files

Available Binaries

  • files-linux-amd64.tar.gz - Linux x86_64
  • files-linux-arm64.tar.gz - Linux ARM64
  • files-darwin-amd64.tar.gz - macOS Intel
  • files-darwin-arm64.tar.gz - macOS Apple Silicon
  • files-windows-amd64.zip - Windows x86_64

Installation

  1. Download the appropriate binary for your platform
  2. Extract the archive
  3. Make the binary executable (Linux/macOS): chmod +x files
  4. 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