Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie question: Send files using ssh

Status
Not open for further replies.

DigitalRolly

Technical User
Aug 26, 2001
48
AU
Hi all...
Can anyone quickly (without to much laughing) enighten me how to do this?
Prefer to send files from ssh rather than have FTP running...

Thanks a plenty!

Rolly
 
You can do this with the scp (secure copy) command.


scp user@host:/path/to/file /where_to_store_file


ChrisP
 
Thanks fluid11

That works great between 2 linux machines...
I should have been clearer in my question...
Can I send a file from a M$ workstation to a linux server using ssh?

I am currently using PowerTerm Pro 8.8 and it has a send file option... but none of the protocols work:
Kermit, X, Y, Z modem, Ascii and Binary...

Am I going about it the wrong way??

Rolly
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top