Files
DirectoryScanService/README.md
T
2026-02-22 22:34:01 +01:00

1.1 KiB

DirectoryScanService

This repository contains two submodule projects that work together to transfer files over a simple TCP-based protocol.

Clone With Submodules

Use --recurse-submodules when cloning so both projects are checked out automatically:

git clone --recurse-submodules https://git.timoniemann.de/t/DirectoryScanService.git

If you already cloned the repository without submodules:

git submodule update --init --recursive

Projects

How They Fit Together

  • DirectoryScanSender is the client that sends files.
  • DirectoryScanReceiver is the server that accepts and stores them.
  • Both use the same simple delimiter-based message format and default TCP port (7156).