In-class discussion: Introductory workshop

If you’re using the fastai AMI, then it should be ubuntu@35.165.123.44 not ec2-users@35.165.123.44.

1 Like

Thank you @jeremy ! scp works now.

SCP is actually not needed at all when we are using jupyter notebooks because,

We can directly download the required files using the download button on the local machine…

@ecdrid : you are technically right but I wanted to download a whole folder with many subfolders and many files. scp was then the right tool for this task as I do not see which button on a jupyter notebook allows to download a folder (a file, I see the button).