Releases: JKQJQ/file-transfer
Releases · JKQJQ/file-transfer
Full-duplex file transfer over multiple channels
Features
- 2-way transfer: the data is transferred bidirectionally, useful for data sync.
- pending upload: when the file is not ready, the program waits until it's ready.
- scripts for deploying on multiple ports on the same machine.
simple socket client-server file transfer
Implementation of a simple TCP socket file transfer server and client.