GitHunt
DA

daph/scp_to_anywhere

A tool written in elixir that you can scp stuff to and it ends up elsewhere

ScpToAnywhere

MAJOR WORK IN PROGRESS

ANYTHING COULD CHANGE AT ANY TIME AND THE CODE IS SUPER RATTY AT THE MOMENT

A project to create a server that you can just SCP stuff to and it'll end up where you want it.
Right now it only supports slack.

To use, make a directory called ssh with host keys in it, put your slack token and setup your user:sshkeys in config, then start it up with mix run --no-halt.

Then you can scp like so: scp -P8989 <file> localhost:/slack/<team>/<channel name>
ex: scp -P8989 ~/myimportantfile localhost:/slack/myteam/general

Note that at this very moment, different teams aren't actually supported, but will be soon.

Languages

Elixir100.0%

Contributors

BSD 3-Clause "New" or "Revised" License
Created September 17, 2017
Updated September 19, 2017
daph/scp_to_anywhere | GitHunt