Skip to content

Transfering files to Beluga

Christopher Strøm edited this page Aug 22, 2021 · 1 revision

Transferring files to Belugabecomes essential during lab testing, as setting the Xavier up with network access removes it from the DVL network. To do this you may use *scp, assuming that you have already connected to the same network as the Xavier via the tether.

Transferring to Belugafrom your machine:

scp /your/local/file [email protected]:/destination/on/Xavier

Transferring to your machine from Beluga:

scp [email protected]:/Xavier/local/file /destination/on/your/machine

Note: add the flag -r to transfer folders and subfolders, i.e. scp -r ...