Thread
:
Linux Mint, Mad Developer and scp
View Single Post
michaaa62
2013-01-29 , 09:13
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#
2
Two possible questionable things:
First: Do you really have the destination folder?
Really /home/webos/ ?
Second: Is your USB port still in good condition?
Mine isn't, so i use rsync for copying lots of files or folders to be able to pick up where the connection stalls or breaks.
Example: rsync -P -r --rsh=ssh * user@192.168.2.15:/home/webos/
where the ssh option may not be needed for USB connection, but i wanted to reference to this option for internet usage as well
.
Last edited by michaaa62; 2013-01-29 at
09:16
.
Quote & Reply
|
The Following 3 Users Say Thank You to michaaa62 For This Useful Post:
anthonie
,
Estel
,
Wikiwide
michaaa62
View Public Profile
Send a private message to michaaa62
Find all posts by michaaa62