Skip to main content

All Questions

Tagged with
1 vote
1 answer
7k views

How to find the SSH current local machine directory?

I am attempting to upload a file from my local machine to my server using: scp Users\MyName\Desktop\myzipfile.zip user@host:/path/to/whereyouwant/thefile I have a Zip file on my desktop that I am ...
cpcdev's user avatar
  • 111
43 votes
6 answers
40k views

Is it possible to SCP from a remote to local whilst logged into the remote and without knowing the local's IP address?

I regularly find myself wanting to copy a file from remote terminal session to my local machine. Usually I log out of the remote session and call an scp transfer from local to copy the file from ...
jnthnclrk's user avatar
  • 563