Skip to content

Transferring files

Use scp (secure copy) to upload and download files between your local computer and AI-LAB.


📤 Uploading Files

scp -r myfile.txt user@student.aau.dk@ailab-fe01.srv.aau.dk:~

📥 Downloading Files

scp -r user@student.aau.dk@ailab-fe01.srv.aau.dk:~/myfile.txt .
  • -r copies directories recursively
  • ~ means your home directory on AI-LAB

For Windows users, we recommend WinSCP.

For Linux, macOS, or Windows (cross-platform), we recommend Double Commander.


Next: Slurm →