Download Area

Home > Frameworks

sftp (free) Download Full | **UPDATE

SFTP support for the go.crypto/ssh package - sftp

sftp (free) Download Full | **UPDATE

Published Date: 2024-05-01

sftp Free Download

SFTP, also known as SSH File Transfer Protocol, is a secure file transfer protocol that provides a secure way to transfer files over a network. It uses SSH (Secure Shell) to encrypt the data being transferred. SFTP can be used on a variety of platforms, including Windows, Mac, Linux, and Unix.

There are a number of free SFTP clients available for download. Some of the most popular include FileZilla, WinSCP, and Cyberduck. These clients allow you to connect to an SFTP server, browse the files on the server, and transfer files to and from the server.


sftp: The sftp package provides support for file system operations on remote ssh servers using the SFTP subsystem. It also implements an SFTP server for serving files from the filesystem. The basic operation of the package mirrors the facilities of the os package. The Walker interface for directory traversal is heavily inspired by Keith Rarick's fs package.