Commit Graph

57 Commits

Author SHA1 Message Date
justin cf154d93b1 Update docco 2025-04-26 12:02:16 +09:30
justin 80f10a3949 Update README 2025-04-25 15:55:43 +09:30
Jason Fowler a1e3c205f9 add burn operation to the client, server, and protocol (#2)
* add burn operation to the client, server, and protocol

this provides a method for removing files from the server remotely without needing to restart the server
example use case for this is if your server is publicly accessible but you don't expose SSH publicly and you're transferring data between two cloud servers and don't want the data to be stored on the server any longer than it has to be

* updating documentation
2025-04-25 15:51:43 +09:30
justin b2c6f313bc Spelling v0.0.5 2025-04-25 13:23:21 +09:30
justin b9f4c25f39 Spelling 2025-04-25 13:21:24 +09:30
justin 531abdafde Show version info in server log 2025-04-25 13:20:43 +09:30
justin 9f0d81e7f1 Remove unused version var 2025-04-25 13:20:29 +09:30
justin ed9d45d343 Improve output in log 2025-04-25 13:16:11 +09:30
justin a7b0a5d113 Show version, embedded by goreleaser 2025-04-25 13:15:57 +09:30
justin 91be76b82e Spelling 2025-04-25 13:15:43 +09:30
justin 95c4a1738b More archs 2025-04-25 13:01:33 +09:30
justin 607466dd65 Brave new world of releasing 2025-04-25 12:48:08 +09:30
justin e3e80d450b Add .gitignore 2022-01-26 11:33:55 +10:30
justin e995d436c2 Update instructions 2022-01-26 10:57:12 +10:30
justin 0330d2d17f Bump version v0.0.4 2022-01-26 10:50:41 +10:30
justin 58a078b9f9 Move protocol version to a const 2022-01-26 10:49:23 +10:30
justin 3baccaccac Improve test 2022-01-26 10:47:29 +10:30
justin 74123021be Add LICENSE 2022-01-26 08:50:12 +10:30
justin 80d23b514c Add file timestamps 2022-01-26 08:49:54 +10:30
justin 1026cc5dd9 More docco fixes 2022-01-25 23:26:52 +10:30
justin cb34fe2883 Fix typo 2022-01-25 23:25:04 +10:30
justin b7558e9d01 Fix typo 2022-01-25 23:23:40 +10:30
justin 767d8be277 Add copy and paste instructions for downloading 2022-01-25 23:22:52 +10:30
justin 239a6d6804 Even more documentation improvements 2022-01-25 23:16:54 +10:30
justin 1491ad9351 Add acknowledgement of awesomeness 2022-01-25 23:00:09 +10:30
justin 96de06e4e0 Improve docs 2022-01-25 22:59:25 +10:30
justin 8f9eb05ddb Update docs 2022-01-25 22:54:11 +10:30
justin c471f9f4cc Update README 2022-01-25 22:50:23 +10:30
justin f8ba9e47f5 Bump version v0.0.3 2022-01-25 21:08:08 +10:30
justin 6fc67c974f Allow getting the authtoken from the terminal 2022-01-25 21:07:34 +10:30
justin 5bede1736e Allow for -p pasting a particular file v0.0.2 2022-01-17 08:28:08 +10:30
justin f5e438602f OK leading v is best practice v0.0.1 2022-01-16 23:02:29 +10:30
justin 7836f2ffbf No leading v 2022-01-16 23:01:15 +10:30
justin a0b2a9a4a0 Simple versioning for releases 2022-01-16 23:00:29 +10:30
justin 6437763ed9 Improve flag handling and server output 2022-01-16 22:36:34 +10:30
justin 8da4b60f28 Work better with no config 2022-01-16 22:26:17 +10:30
justin 34e3d0ee1b Add readme 2022-01-16 20:36:33 +10:30
justin 739aca19e7 Cleanup logging 2022-01-16 20:35:35 +10:30
justin d8672139f5 Document environment variable 2022-01-16 19:49:03 +10:30
justin 030ebca2c1 Make it possible to set authtoken via ENV 2022-01-16 19:46:29 +10:30
justin 19ef8d65d5 Refactor and create a start packet response so the client knows it can continue. Start to add command line/config options. 2022-01-16 12:58:11 +10:30
justin e36d5573ff Check protocol version and auth token (hard coded for now) 2022-01-15 23:35:58 +10:30
justin f98609d48d Commit basic test 2022-01-15 23:11:56 +10:30
justin 3e9d670af4 Detect UTF-8 text and flag it as a special kind 2022-01-15 23:11:40 +10:30
justin 58f7068d7a Check for attempt to pipe in and out at the same time. 2022-01-15 23:11:21 +10:30
justin 44d80f5fab (Marginally) more sensible default server 2022-01-15 23:11:05 +10:30
justin 448caafd6b Make sizes more human friendly 2022-01-15 23:10:46 +10:30
justin e3cfa6f309 Autodetection of mode via TTY 2022-01-15 18:20:31 +10:30
justin 7a1c344964 Make it possible to retrieve a particular file (not implemented on client yet) 2022-01-15 16:47:06 +10:30
justin d90eab464d Basics of receiving files 2022-01-15 14:04:13 +10:30