SFTP Client v1.3.1 SFTPClient.Adapter.SFTP behaviour View Source
A behavior that defines required callbacks for a low-level SFTP adapter.
Link to this section Summary
Link to this section Callbacks
Link to this callback
close(channel_pid, handle, timeout) View Source
Link to this callback
del_dir(channel_pid, path, timeout) View Source
Link to this callback
delete(channel_pid, path, timeout) View Source
Link to this callback
list_dir(channel_pid, path, timeout) View Source
Link to this callback
list_dir(channel_pid, path, timeout) View Source
Link to this callback
make_dir(channel_pid, path, timeout) View Source
Link to this callback
make_link(channel_pid, symlink_path, target_path, timeout) View Source
Link to this callback
open(channel_pid, path, modes, timeout) View Source
Link to this callback
opendir(channel_pid, path, timeout) View Source
Link to this callback
read(channel_pid, handle, length, timeout) View Source
Link to this callback
read_file(channel_pid, path, timeout) View Source
Link to this callback
read_file_info(channel_pid, path, timeout) View Source
Link to this callback
read_link(channel_pid, path, timeout) View Source
Link to this callback
read_link_info(channel_pid, path, timeout) View Source
Link to this callback
readdir(channel_pid, handle, timeout) View Source
Link to this callback
rename(channel_pid, old_path, new_path, timeout) View Source
Link to this callback
start_channel(host, port, opts) View Source
Link to this callback
stop_channel(channel_pid)
View Source
stop_channel(channel_pid)
View Source
stop_channel(channel_pid :: pid()) :: :ok
stop_channel(channel_pid :: pid()) :: :ok
Link to this callback
write(channel_pid, path, data, timeout) View Source
Link to this callback