LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   copy files....using scp help me (https://www.linuxquestions.org/questions/mandriva-30/copy-files-using-scp-help-me-281937/)

suguname 01-25-2005 04:03 AM

copy files....using scp help me
 
Hi,
when i try to copy i have the error ,what should i do...
[root@Simlab-node2 student]# scp root@10.255.240.139:/home/student/aerofoils/ dumpfile
root@10.255.240.139's password:
scp: /home/student/aerofoils: not a regular file

jschiwal 01-25-2005 06:13 AM

Do you want to copy files in the aerofoils directory somewhere else? You are trying to copy a directory to a single file.

If dumpfile is a directory then change the command to:
scp -r root@10.255.240.139:/home/student/aerofoils/ dumpfile/

XavierP 01-26-2005 01:14 AM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

FUP here: http://www.linuxquestions.org/questi...hreadid=281935


All times are GMT -5. The time now is 12:17 AM.