Description Super classes Methods
Read only file providers
Read only file providers
ukcovidtools::AbstractFileProvider
-> ukcovidtools::ReadOnlyFileProvider
-> SFTPOverSSHFileProvider
new()
SFTP over SSH tunnel file provider
SFTPOverSSHFileProvider$new( config, hostName = config$hostName, ssh = config$ssh, sshkey = config$sshkey, user = config$user, password = config$password, ... )
ssh
- ssh tunnel host
sshkey
- ssh key file
user
- sftp username
password
- sftp password
...
for compatibility
hostname
- sftp host
the provider
finalize()
SFTPOverSSHFileProvider$finalize()
curlCommand()
SFTPOverSSHFileProvider$curlCommand(relativePath)
getSession()
SFTPOverSSHFileProvider$getSession()
listFiles()
SFTPOverSSHFileProvider$listFiles(directory = ".")
getFile()
SFTPOverSSHFileProvider$getFile(filename)
print()
SFTPOverSSHFileProvider$print()
clone()
The objects of this class are cloneable with this method.
SFTPOverSSHFileProvider$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.