Discuss this help topic in SecureBlackbox Forum
TElSimpleSFTPClient.RequestAbsolutePath
Asks the server to canonicalize any given path name to the absolute path.
Declaration
Parameters
Return value
Returns
Description
Use this method to make
server canonicalize any path name to the
absolute path. This is useful for converting path
names containing «..» components or
relative pathnames without a leading slash into
absolute paths.
In case of error, EElSFTPError exception containing
SFTP error code, is raised.
For more information on error handling, please read the
corresponding how-to article.