Description Usage Details See Also
scpFromOther Uses system scp through ssh connection to move a file from a different server to connected server.
1 2 3 4 | scpFromOther(jShellServer, fromNameFile, toNameFile, userRemote, passRemote,
servRemote, portRemote = "22", fromFile = paste0(userRemote, "@",
servRemote, ":", fromNameFile), toFile = toNameFile, params = "-q",
compression = FALSE, bandwithLimit = default.bandwithLimit, RUN = TRUE)
|
Uses system scp through ssh connection to move a file from a different server to connected server.
To move a whole folder, and all recursive subfolders, use scpToOther or scpFromOther with the following parameters: params="-q -r"
scpToLocal scpFromLocal
scpToOther scpFromOther
scp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.