mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

how to download file from lambda server to local in order to submit to sakai #476

Closed giffiecode closed 7 months ago

giffiecode commented 8 months ago

After playing around with it, I try to use scp -P 5050 Yuechen.Pei.23@lambda-server:~/lab-transactions/Ledger/__init__.py Desktop to download the file to my local in order to upload to sakai. However, it gives me the error: ssh: connect to host lambda-server port 5050: Connection refused

how to download the file / upload the file to sakai?

giffiecode commented 8 months ago

I temporarily solved this issue by pushing it to github and download. However, would love to know how to do the download from server if possible

luisgomez214 commented 8 months ago

I used scp -P 5055 Luis.Gomez.25@lambda.compute.cmc.edu:~/bigdata/lab-transactions/Ledger/__init__.py ~/Downloads and it worked