cse15l-lab-reports

Copying whole Directories with scp -r

We first run the command scp -r . cs15lwi22amk@ieng6.ucsd.edu:~/markdown-parse to copy the whole markdown-parse-main over to my remote account.

copy

After logging into my remote account, I was able to run my tests. test

We could also combinie the commands: scp, ;,ssh to copy the directory over and log into the remote account within one line.

To run the tests on one line: