PDA

Click to See Complete Forum and Search --> : UNIX help


xxarmoxx
Jun 18th, 2007, 07:18 PM
I sshed into a server. When I type 'ls' I can see the file I want to download. How can I download the file?

penagate
Jun 18th, 2007, 08:08 PM
You need to use an SFTP or SCP client rather than a terminal session. If you're using *nix, a tool for this is usually included. If you're using Windows, grab WinSCP (winscp.net).

tr333
Jun 19th, 2007, 10:33 AM
$ ssh <user>@yourdomain.com
$> cd path/to/directory/
$> get file.extension


once you have logged into the server with sftp, type "help" at the prompt to get a list of available commands.