Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 416 Bytes

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"