hsftp-1.3.1: A SFTP client tool for secure file transfer operations
Copyright(c) Maurizio Dusi 2024
LicenseBSD
MaintainerMaurizio Dusi
Stabilitystable
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Commands

Description

This module holds a collection of supported commands.

Synopsis

Documentation

download :: ReaderIO Int Source #

Download files from a remote server using SFTP. Both remote and local folders must exist. The function returns the number of files downloaded.

upload :: ReaderIO Int Source #

Upload files to a remote server using SFTP. Both remote and local folders must exist. The function returns the number of files uploaded.