Refactor: change "folder" to "directory" where needed.
This commit fixes every instance in which the word "folder" is incorrectly used instead of "directory".
This commit is contained in:

committed by
Agniva De Sarker

parent
2484529a83
commit
2599a6de48
@@ -7,9 +7,9 @@
|
||||
|
||||
`scp {{path/to/local_file}} {{remote_host}}:{{path/to/remote_file}}`
|
||||
|
||||
- Copy a file from a remote host to a local folder:
|
||||
- Copy a file from a remote host to a local directory:
|
||||
|
||||
`scp {{remote_host}}:{{path/to/remote_file}} {{path/to/local_dir}}`
|
||||
`scp {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}`
|
||||
|
||||
- Recursively copy the contents of a directory from a remote host to a local directory:
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
- Copy a file between two remote hosts transferring through the local host:
|
||||
|
||||
`scp -3 {{host1}}:{{path/to/remote_file}} {{host2}}:{{path/to/remote_dir}}`
|
||||
`scp -3 {{host1}}:{{path/to/remote_file}} {{host2}}:{{path/to/remote_directory}}`
|
||||
|
||||
- Use a specific username when connecting to the remote host:
|
||||
|
||||
`scp {{path/to/local_file}} {{remote_username}}@{{remote_host}}:{{path/to/remote_dir}}`
|
||||
`scp {{path/to/local_file}} {{remote_username}}@{{remote_host}}:{{path/to/remote_directory}}`
|
||||
|
||||
- Use a specific ssh private key for authentication with the remote host:
|
||||
|
||||
|
Reference in New Issue
Block a user