|
-
Jun 18th, 2007, 06:18 PM
#1
Thread Starter
Hyperactive Member
UNIX help
I sshed into a server. When I type 'ls' I can see the file I want to download. How can I download the file?
-
Jun 18th, 2007, 07:08 PM
#2
Re: UNIX help
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.
-
Jun 19th, 2007, 09:33 AM
#3
Re: UNIX help
Code:
$ 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|