LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   trying to copy through server (https://www.linuxquestions.org/questions/linux-newbie-8/trying-to-copy-through-server-390740/)

LuvMyKelly 12-08-2005 09:29 PM

trying to copy through server
 
Hey im trying to copy a file from a server i don't know what i am doing wrong please help.
this is what i did:

cp ~stauffer/cs115/timeTest.cpp.

where timeTest.cpp is the file im wanting copied into my place? - Please help thank you

Poetics 12-08-2005 09:33 PM

I see several things wrong in the above.

correct notation would be: "cp [remote directory]/timeTest.cpp ." (notice the space before the trailing period)

If your remote directory is /server/tiny/ then it would be "cp /server/tiny/timeTest.cpp ."

LuvMyKelly 12-08-2005 09:38 PM

hey thanks so much i really appreciate i just needed the space :) Wow okay thank you so much you don't know how happy I am it was bugging me for like an hour...man that is sad but thanks!


All times are GMT -5. The time now is 09:24 PM.