Skip to content

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

License

Notifications You must be signed in to change notification settings

daph/scp_to_anywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages