How to download and setup sftp
Open terminal and run command
git clone https://github.com/pkg/sftp.git
git clone is used to create a copy or clone of sftp repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with sftp https://github.com/pkg/sftp/archive/master.zip
Or simply clone sftp with SSH
[email protected]:pkg/sftp.git