Transferring files between computers: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 July 2026

  • curprev 11:4311:43, 23 July 2026Drc71 talk contribs 3,014 bytes +3,014 Created page with "=File Transfer Protocol= You may want to transfer files between department machines and your computer. The standard way is to ''scp'' via the terminal with commands : UPLOAD : scp -o ProxyCommand="ssh crsid@barbican.ch.cam.ac.uk nc machinename 22" LocalPath/FileName crsid@machinename.ch.cam.ac.uk:/RemotePath DOWNLOAD : scp -o ProxyCommand="ssh crsid@barbican.ch.cam.ac.uk nc machinename 22" crsid@machinename.ch.cam.ac.uk:/RemotePath/FileName LocalPath H..."