sftp_ex v0.2.5 SFTP.Service

A wrapper around the Erlang SFTP library

Summary

Functions

close(connection, handle)
delete(connection, file)
delete_directory(connection, directory_path)
list_dir(connection, remote_path)
make_directory(connection, remote_path)
open(connection, remote_path, mode)
open_directory(connection, remote_path)
read(connection, handle, byte_length)
read_file(connection, remote_path)
read_file_info(connection, remote_path)
rename(connection, old_name, new_name)
start_channel(host, port, opts)
stop_channel(connection)
write(connection, handle, data)
write_file(connection, remote_path, data)