User Tools

Site Tools


moving_data

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
moving_data [2024/11/08 21:12]
pwolinsk [Large Data Transfer (>100MB)]
moving_data [2024/11/08 21:14] (current)
pwolinsk
Line 16: Line 16:
 To upload a data file from the current directory on your local desktop machine to your /storage directory on **pinnacle**: To upload a data file from the current directory on your local desktop machine to your /storage directory on **pinnacle**:
 <code> <code>
-pawel@localdesktop$# scp localfile.dat pwolinsk@pinnacle.uark.edu:/storage/pwolinsk/+pawel@localdesktop$# scp localfile.dat pwolinsk@hpc-portal2.hpc.uark.edu:/storage/pwolinsk/
 </code> </code>
 To download a data file from your /storage directory on **pinnacle** to the current directory on your local desktop machine: To download a data file from your /storage directory on **pinnacle** to the current directory on your local desktop machine:
 <code> <code>
-pawel@localdesktop$# scp pwolinsk@pinnacle.uark.edu:/storage/pwolinsk/remotefile.dat .+pawel@localdesktop$# scp pwolinsk@hpc-portal2.hpc.uark.edu:/storage/pwolinsk/remotefile.dat .
 </code> </code>
  
Line 34: Line 34:
  
 <code> <code>
-C:\Users\Pawel> c:\Users\Pawel\Downloads\pscp.exe filetoupload.txt pwolinsk@pinnacle.uark.edu:+C:\Users\Pawel> c:\Users\Pawel\Downloads\pscp.exe filetoupload.txt pwolinsk@hpc-portal2.hpc.uark.edu:
 </code> </code>
  
-The code above uses secure copy protocol to upload a file "filetoupload.txt" to the home directory of user pwolinsk on pinnacle.uark.edu.+The code above uses secure copy protocol to upload a file "filetoupload.txt" to the home directory of user pwolinsk on hpc-portal2.hpc.uark.edu.
  
 Another popular windows transfer client (GUI) is WinSCP: Another popular windows transfer client (GUI) is WinSCP:
moving_data.txt ยท Last modified: 2024/11/08 21:14 by pwolinsk