package
0.16.0
Repository: https://github.com/smithyat/go-helpers.git
Documentation: pkg.go.dev

# Functions

SftpConnect establishes an SFTP connection to a server.
SftpDeleteFile function is used to delete a file at a specified path using an SFTP client.
SftpDownloadFile takes an established sftp client, a remote file path on the sftp server, and a local file path on your system.
SftpListFiles lists all files at the given path on the SFTP server.
SftpUploadFile uploads a file to a remote server over SFTP.