Results 1 to 3 of 3

Thread: UNIX help

  1. #1

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    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?

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  3. #3
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    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.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width