SFTP.jl

An SFTP Client for Julia.

SFTP.jl is a pure Julia package for connecting to servers with the secure file transfer protocol (SFTP), supporting authentication by username and password or by certificates. Main purpose is the file exchange between the SFTP server and the local system. Basic file system functions similar to Julia's Base functions and to the typical Linux functionality exist to explore the SFTP server.

SFTP Feature overview

SFTP Installation

Install using the package manager:

julia> ]

pkg> add SFTP

Contents