remote.copy.to.Rd
Copies the file/dir to the remote server from the local server. If the dst is a folder it will copy the file into that folder.
remote.copy.to(host, src, dst, options = NULL, delete = FALSE, stderr = FALSE)
output of command executed
if (FALSE) { # \dontrun{
host <- list(name='geo.bu.edu', user='kooper', tunnel='/tmp/geo.tunnel')
remote.copy.to(host, '/tmp/kooper', '/tmp/kooper', delete=TRUE)
} # }