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.
Start the server:
mix run --no-halt
Connect to the SFTP server:
sftp -P 8989 user@localhost # password is "password"