Resolve Link VI
Owning Palette: SFTP
Requires: LIBSSH2
Gets the absolute path of a symbolic or real link's target, a.k.a. source.
Symbolic
Gets the absolute path for a symbolic link's target, or source, on a remote SFTP server.
![]() | Remote Source Path is a path on the remote SSH server to an existing filesystem entry that is the target of the symbolic link. The path will use the remote SSH filesystem separator. |
![]() | Max Path Length is the estimated maximum path length that will be returned for the target, or source, of the resolved symbolic link. This must be larger than the expected target's path length as a string to avoid an error. On most systems, 255 characters, or bytes, is the maximum, but newer systems can accommedate longer paths. |
![]() | Remote Link Path is a path on the remote SSH server to an existing symbolic link. The path separator of the remote filesystem should be used. For example, a forwardslash, "/", should be used if the remote SSH server is a UNIX-like system, while a backslash, "\", should be used if the remote SSH server is a DOS-like system. |
![]() | SFTP Out is the same object from SFTP In. |
![]() | SFTP In represents a libssh2lv shared library SFTP struct. |
![]() | Error Out contains error information. This provides standard error out functionality. Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
![]() | Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
Real
Gets the absolute path of a real link's target, or source, on the remote SFTP server.
![]() | Remote Source Path is a path on the remote SSH server to an existing filesystem entry that is the target of the symbolic link. The path will use the remote SSH filesystem separator. |
![]() | Max Path Length is the estimated maximum path length that will be returned for the target, or source, of the resolved symbolic link. This must be larger than the expected target's path length as a string to avoid an error. On most systems, 255 characters, or bytes, is the maximum, but newer systems can accommedate longer paths. |
![]() | Remote Link Path is a path on the remote SSH server to an existing symbolic link. The path separator of the remote filesystem should be used. For example, a forwardslash, "/", should be used if the remote SSH server is a UNIX-like system, while a backslash, "\", should be used if the remote SSH server is a DOS-like system. |
![]() | SFTP Out is the same object from SFTP In. |
![]() | SFTP In represents a libssh2lv shared library SFTP struct. |
![]() | Error Out contains error information. This provides standard error out functionality. Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
![]() | Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |