View Source SFTPClient.Operations.LinkInfo (SFTP Client v1.4.8)
A module that provides functions to retrieve information on symbolic links from an SFTP server.
Link to this section Summary
Link to this section Functions
@spec link_info!(SFTPClient.Conn.t(), Path.t()) :: File.Stat.t() | no_return()
Returns a File.Stat
struct from the remote symbolic link object specified by
path. Raises when the operation fails.
@spec link_info(SFTPClient.Conn.t(), Path.t()) :: {:ok, File.Stat.t()} | {:error, SFTPClient.error()}
Returns a File.Stat
struct from the remote symbolic link object specified by
path.