Module ftpfilez_ftps

Place a data file on a FTP server, list home directory, or fetch a file.

Description

Place a data file on a FTP server, list home directory, or fetch a file.

Data Types

config()

config() = #{host := string() | binary(), port => pos_integer(), username => string() | binary(), password => string() | binary()}

Function Index

delete/2
download/2
list/1
mkdir/2
stream/3
upload/3

Function Details

delete/2

delete(Config, Filename) -> Result

download/2

download(Config, Filename) -> Result

list/1

list(Config) -> Result

mkdir/2

mkdir(Config, Directory) -> Result

stream/3

stream(Config, Filename, StreamFun) -> Result

upload/3

upload(Config, Filename, Data) -> Result


Generated by EDoc