Description Usage Arguments Details Value See Also
checks if a provided SSH key is a valid for authentication on the SFTP server.
1 |
ssh_key |
Path to private SSH key for authentication (.ppk file). |
url |
a string giving the URL |
username |
a string giving the user name for authentication (equals the folder to be read out on the FTP server). |
This helper function checks if a provided private SSH key is a valid for authentication on the SFTP server by trying to read out the "user" folder file list.
TRUE if authentication successful; FALSE if not.
Other helper functions:
is_error()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.