hsftp-1.4.0: A SFTP client tool for secure file transfer operations
Copyright(c) IOcrafts 2024-present
LicenseBSD
MaintainerMaurizio Dusi
Stabilitystable
PortabilityPOSIX
Safe HaskellNone
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.