4 Commits

Author SHA1 Message Date
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
3baccaccac Improve test 2022-01-26 10:47:29 +10:30
e36d5573ff Check protocol version and auth token (hard coded for now) 2022-01-15 23:35:58 +10:30
f98609d48d Commit basic test 2022-01-15 23:11:56 +10:30