|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
||||
|
||||
|
Getting a file from a server with SSH
Hi,
I'm completely ignorant concerning Linux, but I have this problem. I'm accessing a linux-server through a SSH-client. I'm doing this as part of a college-project. Now there is a TXT-file (text.txt) wich I need to have on my machine (WinXP). Is there a command to donwload this file? Or perhaps to have it send to me? I don't realy know anything about this, so keep it simple. And a big thank you in advance! |
|
#2
|
|||
|
|||
|
You need to check out scp (secure copy) which is part of ssh I believe. You'll need a ssh client for XP though. I use putty but don't know if it supports secure copy.
|
|
#3
|
|||
|
|||
|
if the linux server is setup to use mail, probably the easiest way would be:
Code:
cat file.txt | mail -s "The file you requested" yourname@yourdomain.com then you will receive it via email. even easier, if it fits onto one screen (maximized putty window) - select everything with your mouse, open "notepad.exe", press control-v ![]() for bigger files, you need scp, ftp (if a server is running), or netcat.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Getting a file from a server with SSH |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|