A Amida Expert Member Joined Feb 7, 2007 Messages 1,318 Reaction score 0 Apr 19, 2007 #1 Hi I'm connecting to a freebsd server using putty and ssh. What I'm trying to do is to download a file onto my computer but when I type the command below it just makes a copy on the server. cp example.txt c:\example.txt
Hi I'm connecting to a freebsd server using putty and ssh. What I'm trying to do is to download a file onto my computer but when I type the command below it just makes a copy on the server. cp example.txt c:\example.txt
W willirob Senior Member Joined Nov 8, 2005 Messages 904 Reaction score 0 Apr 19, 2007 #2 dude you can't copy files like that - you need to ftp the file from the unix box to your pc
dadecoza Expert Member Joined Aug 30, 2006 Messages 1,388 Reaction score 214 Location ~ Apr 19, 2007 #3 I think this is what you are looking for -> http://winscp.net/eng/download.php
A Amida Expert Member Joined Feb 7, 2007 Messages 1,318 Reaction score 0 Apr 19, 2007 #4 Thanks for the help guys