Skip to content

Example of an SFTP server implemtation in Elixir / Erlang as a reference to a corrensponding post on the bitcrowd blog.

License

Notifications You must be signed in to change notification settings

bitcrowd/elixir-sftp-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir SFTP server example

Example of an SFTP server implementation in Elixir / Erlang as a reference to the A quick SFTP server in Elixir post on the bitcrowd blog.

Running the example

Start the server:

mix run --no-halt

Connect to the SFTP server:

sftp -P 8989 user@localhost # password is "password"

About

Example of an SFTP server implemtation in Elixir / Erlang as a reference to a corrensponding post on the bitcrowd blog.

Topics

Resources

License

Stars

Watchers

Forks

Languages