basicxman
May 27th, 2009, 12:30 AM
Hello,
I've setup an old computer with Ubunutu server edition 9.04. My vista computer successfully SSH's it's way into it with the windows program PuTTY. What I'm wondering is how can I copy my files in Vista computer (putty.exe is in C:\Users\Andrew) to my Ubuntu computer (copy to /home/compbackup)
could somebody please give me a sample command on how I would copy my files in C:\Users\Andrew\Pictures to /home/compbackup, I've tried the following command and I get the error message below
Command:
scp -r /Pictures/ backupuser@192.168.0.104:/home/compbackup
Error:
/Pictures: No such file or directory
Am I doing something wrong? Thanks
I've setup an old computer with Ubunutu server edition 9.04. My vista computer successfully SSH's it's way into it with the windows program PuTTY. What I'm wondering is how can I copy my files in Vista computer (putty.exe is in C:\Users\Andrew) to my Ubuntu computer (copy to /home/compbackup)
could somebody please give me a sample command on how I would copy my files in C:\Users\Andrew\Pictures to /home/compbackup, I've tried the following command and I get the error message below
Command:
scp -r /Pictures/ backupuser@192.168.0.104:/home/compbackup
Error:
/Pictures: No such file or directory
Am I doing something wrong? Thanks