Solving issues in software development
Thursday, 25 October 2012
File/Directory transfer between Linux machines
scp user@IP:/path/to/file /copy/it/here
scp -r user@IP:/path/to/dir .
-> this will copy recursively (-r) the directory to the current directory of the local machine
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment