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
531abdafde
Show version info in server log
2025-04-25 13:20:43 +09:30
ed9d45d343
Improve output in log
2025-04-25 13:16:11 +09:30
58a078b9f9
Move protocol version to a const
2022-01-26 10:49:23 +10:30
80d23b514c
Add file timestamps
2022-01-26 08:49:54 +10:30
5bede1736e
Allow for -p pasting a particular file
2022-01-17 08:28:08 +10:30
6437763ed9
Improve flag handling and server output
2022-01-16 22:36:34 +10:30
739aca19e7
Cleanup logging
2022-01-16 20:35:35 +10:30
030ebca2c1
Make it possible to set authtoken via ENV
2022-01-16 19:46:29 +10:30
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
e36d5573ff
Check protocol version and auth token (hard coded for now)
2022-01-15 23:35:58 +10:30
3e9d670af4
Detect UTF-8 text and flag it as a special kind
2022-01-15 23:11:40 +10:30
7a1c344964
Make it possible to retrieve a particular file (not implemented on client yet)
2022-01-15 16:47:06 +10:30
d90eab464d
Basics of receiving files
2022-01-15 14:04:13 +10:30
1e4ee09d5c
Add listing
2022-01-14 23:30:14 +10:30
5adfd08595
Of course we should determine type on the server....
2022-01-14 13:07:56 +10:30
0261886b43
Make buffer not eat all memory.
2022-01-13 22:20:35 +10:30
f872453f16
Add gob encoding of structs. Still very basic.
2022-01-13 14:26:16 +10:30
f17df4ce88
Initial commit, based mostly on https://github.com/austburn/gocrypt
2022-01-09 13:05:36 +10:30