I sshed into a server. When I type 'ls' I can see the file I want to download. How can I download the file?
Printable View
I sshed into a server. When I type 'ls' I can see the file I want to download. How can I download the file?
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.
once you have logged into the server with sftp, type "help" at the prompt to get a list of available commands.Code:$ ssh <user>@yourdomain.com
$> cd path/to/directory/
$> get file.extension