MacResource
help with ssh - Printable Version

+- MacResource (https://forums.macresource.com)
+-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1)
+--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3)
+--- Thread: help with ssh (/showthread.php?tid=85792)



help with ssh - lazydays - 10-09-2009

back-to-my-mac is failing me this morning but I can ssh to my home computer. I need a file off of it. How can I transfer a file via ssh? Thanks.


Re: help with ssh - Seacrest - 10-09-2009

Use sftp or scp.
The best GUI client for this in a pinch is Cyberduck or Filezilla if you're on Windows.
http://www.cyberduck.ch


Re: help with ssh - mikebw - 10-09-2009

I have not done this, but you might be able to find some help here- https://marylou.byu.edu/filesoverssh.php


Re: help with ssh - ztirffritz - 10-09-2009

scp should work. It's been a while since I've used it, but I think that it is something like
scp user@computer1 Tongueath/to/the/filename user@computer2:path/to/the/filename

Why am I writing this out? You have access to Google. Figure it out.
http://kb.iu.edu/data/agye.html

edit: is there an 'escape' character on the forum that will disable smiley's? It is so annoying when you try to give someone instructions and a smiley appears in the middle of it because you use a colon as part of the command.


Re: help with ssh - Wailer - 10-09-2009

open terminal and try "man scp"

if you want it in non-cryptic terms, google "scp terminal mac"

I think you can only push files from the host computer to another computer.


Re: help with ssh - Seacrest - 10-09-2009

Wailer wrote:
I think you can only push files from the host computer to another computer.

No, you can scp either way.


Re: help with ssh - pinion - 10-09-2009

Definitely go the sftp route. Use any ftp program and for the port number use port 22 instead of 21.