sftp_connect | R Documentation |
connection parameters to remote server via sftp
sftp_connect(
server = "localhost",
port = 22,
user = NULL,
password = NULL,
wd = "~"
)
server |
remote server |
port |
SSH port, 22 as default |
user |
username |
password |
password |
wd |
workdir |
sftp_connection object
# sftp_con <- sftp_connect(server='remote_host', port=22,
# user='username', password = "password", wd='~')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.