tuyau

Client/server for transfering files (like cp)
git clone https://noulin.net/git/tuyau.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2022-09-02 18:13add commentsRemy Noulin3+7-2
2022-09-01 19:07add argument to server for a custom config, implement port setting in server configuration, add relay functionalityRemy Noulin5+260-14
2022-08-31 06:53fix sending directory to server rootRemy Noulin2+16-4
2022-08-31 06:02call recv before closing the socket only when sending dataRemy Noulin2+9-7
2022-08-31 05:46make sure all data is sent in clientRemy Noulin2+9-2
2022-08-22 08:12check packet and string sizes and free disk spaceRemy Noulin3+42-1
2022-08-19 13:51update notesRemy Noulin1+3-3
2022-08-19 13:40add rate limiter and reasonable limitsRemy Noulin11+1807-3
2022-08-19 06:51use tls encryption when transfering dataRemy Noulin7+156-74
2022-08-15 13:09add script for generating self-signed certificateRemy Noulin1+1-0
2022-08-14 15:03add tuyau and tuyauServer packagesRemy Noulin7+109-35
2022-08-14 14:37add commentsRemy Noulin5+146-6
2022-08-14 12:39add readmeRemy Noulin2+14-0
2022-08-13 21:04add receive recursive and globbing in serverRemy Noulin3+171-39
2022-08-13 15:38add receive single file from serverRemy Noulin5+416-175
2022-08-13 04:55send glob and recursive to serverRemy Noulin3+311-138
2022-08-12 10:17simple client to a single file to serverRemy Noulin12+1163-0