hpc.download: Download files or a complete folder from the remote host...

View source: R/hpc.download.R

hpc.downloadR Documentation

Download files or a complete folder from the remote host (HPC) via ssh

Description

Sends a file or a complete folder to the remote host (HPC) via ssh

Usage

hpc.download(
  from = NA,
  to = NA,
  user = NA,
  host = "transfer.gwdg.de",
  key = NA
)

Arguments

from

File or folder to copy from the remote host

to

destination folder on the local system

user

user name on the remote host

host

host server address

key

link to the ssh key file on the local system

Details

Sends a file or a complete folder to the remote host (HPC) via ssh


EFForTS-B10/Refforts documentation built on March 26, 2023, 5:45 p.m.