Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help with ssh
#1
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.
Reply
#2
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
Reply
#3
I have not done this, but you might be able to find some help here- https://marylou.byu.edu/filesoverssh.php
Reply
#4
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.
Reply
#5
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.
Reply
#6
Wailer wrote:
I think you can only push files from the host computer to another computer.

No, you can scp either way.
Reply
#7
Definitely go the sftp route. Use any ftp program and for the port number use port 22 instead of 21.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)