# Functions
IsErrorCode checks if "err" is a filesystem Error type.
IsFilesystemError checks if the given error is one of the Filesystem errors.
New creates a new Filesystem instance for a given server.
NewBadPathResolution returns a new BadPathResolution error.
NewBasicSFTPManager returns a BasicSFTPManager.
NewSFTPConn creates an SFTPConn, mostly used for testing and should not really be used otherwise.
NewTarProgress .
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
BasicSFTPManager is implements SFTPManager and supports basic reconnection on disconnect for SFTPConn returned by NewClient.
No description provided by the author
No description provided by the author
SFTPConn is a wrapped *sftp.Client.
No description provided by the author
No description provided by the author
TarProgress .
# Interfaces
SFTPManager is an interface for managing SFTP connections.