Timeline for scp to Local Machine After SSHing [duplicate]
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 24, 2014 at 2:09 | history | closed | slm♦ Anthon Karlson Gilles 'SO- stop being evil' jasonwryan | Duplicate of Copy a file back to local system with ssh | |
| Apr 23, 2014 at 22:17 | answer | added | Andreas Wiese | timeline score: 2 | |
| Apr 23, 2014 at 21:16 | review | Close votes | |||
| Apr 24, 2014 at 2:09 | |||||
| Apr 23, 2014 at 20:58 | history | edited | Max | CC BY-SA 3.0 | added 89 characters in body |
| Apr 23, 2014 at 20:58 | comment | added | slm♦ | There are several approaches highlighted on this U&L Q&A as well, specifically Gilles A: unix.stackexchange.com/questions/4552/… | |
| Apr 23, 2014 at 20:54 | comment | added | slm♦ | Take a look at the accepted A to this AU Q&A: askubuntu.com/questions/13382/…. Gilles A is also a method that I've used to do what you want to0. It's the 2nd A on that same Q. | |
| Apr 23, 2014 at 20:53 | comment | added | Ramesh | I think @AndreasWiese suggestion is an answer to your question :) | |
| Apr 23, 2014 at 20:35 | history | edited | Max | CC BY-SA 3.0 | remove distracting example |
| Apr 23, 2014 at 20:33 | comment | added | Max | This is one specific use case, and I appreciate your suggestions for alternatives but I'm really looking for an answer to my specific question. | |
| Apr 23, 2014 at 20:20 | review | First posts | |||
| Apr 23, 2014 at 20:31 | |||||
| Apr 23, 2014 at 20:18 | comment | added | jw013 | I second the sftp suggestion. However I would also suggest not using really complicated & annoying paths. If they are annoying to type why type them? Name them something easier to type. Finally, I would suggest using single quotes instead of double backslashes because double slashes are harder to read. Instead of ...\\\ \\\&..., you could just do '...\ \&...'. See how much more readable that is? | |
| Apr 23, 2014 at 19:56 | comment | added | Andreas Wiese | Have you tried scp's ugly little sister, sftp? | |
| Apr 23, 2014 at 19:53 | history | asked | Max | CC BY-SA 3.0 |