Question
Write the scp commands for each one of the following scenarios. The first one is completed for you to illustrate an example. For all questions
-
Write the scp commands for each one of the following scenarios. The first one is completed for you to illustrate an example. For all questions assume server is cs3.kennesaw.edu.
-
When you download files from D2L they are typically placed in your Downloads folder. Copy a file named Exercise1.java from the Downloads folder to a directory named cs3502/exercise1 on the server.
cd ~/Downloads
scp Exercise1.java eahmed1@cs3.kennesaw.edu:~/cs3502/exercise1
-
Copy a file named dump.txt from the Desktop folder to a directory named cs3502/ex1/tests on the server.
cd ~/Desktop
scp dump.txt eahmed1@cs3.kennesaw.edu:~/cs3502/ex1/tests
-
Copy a file named ex1.cpp from the Downloads folder to a directory named NetBeansProjects/ex1 on the server.
cd ~/Downloads
scp ex1.cpp eahmed1@cs3.kennesaw.edu:~/NetBeansProjects/ex1
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started