sftp_ex v0.2.4 SFTP.ManagementService
Provides methods for managing files through an SFTP connection
Summary
Functions
Lists files in a directory
Removes a directory and all files within the directory
Removes a file Types: connection = Connection file = string()
Renames a file or directory, Returns {:ok, handle}, or {:error, reason}
Functions
Removes a directory and all files within the directory
#Deletes a directory specified by Name. The directory must be empty before it can be successfully deleted.
Types: connection = Connection directory = string()
Returns :ok, or {:error, reason}
Removes a file Types: connection = Connection file = string()
Returns :ok, or {:error, reason}
Renames a file or directory, Returns {:ok, handle}, or {:error, reason}