Skip to content

Releases: JKQJQ/file-transfer

Full-duplex file transfer over multiple channels

18 Mar 17:41
Compare
Choose a tag to compare

Features

  1. 2-way transfer: the data is transferred bidirectionally, useful for data sync.
  2. pending upload: when the file is not ready, the program waits until it's ready.
  3. scripts for deploying on multiple ports on the same machine.

simple socket client-server file transfer

17 Mar 18:44
Compare
Choose a tag to compare

Implementation of a simple TCP socket file transfer server and client.