Find the answer to your Linux question:
Results 1 to 4 of 4
Ok this is a simple question How do I use my SSH Terminal to get a file that is sittng on another server that I have.. As its like 500 ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    9

    Question Tryint to use FTP command in SSH Terminal to get File

    Ok this is a simple question

    How do I use my SSH Terminal to get a file that is sittng on another server that I have.. As its like 500 megs or so but to download it to my computer then upload it it takes a long time..

    So this is what i have done so far

    1. Loged in to SSH Terminal
    2. Went to my DIR that i want to put the FILE to
    3. Typed in FTP
    4. I"M LOST now as i'm trying to connect using my user on my ftp site (DIFFERN"T SERVER)
    5. Need help
    6. Really need help

    Thanks - I relly need the key commands SHH Terminal for dummies

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,099
    just scp it.

    scp lighthouseweb@remote-computer:/source/path/file /where/you/want/it/locally
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    Apr 2007
    Location
    India
    Posts
    5
    Quote Originally Posted by Irithori View Post
    just scp it.

    scp lighthouseweb@remote-computer:/source/path/file /where/you/want/it/locally
    simply use "scp" command..

  4. #4
    Just Joined!
    Join Date
    Mar 2010
    Posts
    9
    Again thanks - but to someone that has no clue what scp is.. how do you use it?

    Need book for dumbies

Posting Permissions

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