Are there some methods in SecureBridge (TScSSHClient / TScSFTPClient) which I can use to parse an SFTP URL so that I can connect to a SFTP Server without any further Info ???
Example:
sftp://user@host/dir/path/file.txt
Or:
sftp://user:password@host/dir/path/file.txt
// Yes. I know that the option with password is insecure

Or is it up to me to parse the string and pass it to the propper Component -> TScSSHClient ?
Regards
Raphael