SFTP Client

Build Status

An Elixir SFTP Client that wraps Erlang's ssh and ssh_sftp.

Prerequisites

Installation

If available in Hex, the package can be installed by adding sftp_client to your list of dependencies in mix.exs:

def deps do
  [
    {:sftp_client, "~> 1.0.0"}
  ]
end

Docs

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sftp_client.

Missing Features