Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.29 KB

SFTPToolkit

Hex.pm API Docs CircleCI

A library that adds a lot of useful routines for the SFTP client for the Elixir programming language.

It adds utility functions for:

  • recursive operations on the directories (creating, listing, removing),
  • uploading files,
  • downloading files.

It is fully compatible with Erlang's :ssh_sftp module and introduces no unnecessary abstraction layer.

Installation

The package can be installed by adding sftp_toolkit to your list of dependencies in mix.exs:

def deps do
  [
    {:sftp_toolkit, "~> 1.0"}
  ]
end

Copyright and License

Copyright 2019, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0