Skip to content

Commit

Permalink
fixing blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cagancayco committed Oct 17, 2024
1 parent 93a2e28 commit f9b3f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/16-transferring-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ You can

* `git clone https://github.com/stanford-rc/hpc-intro`


## Transferring Single Files with `scp`

To copy a single file to or from the cluster, we can use `scp` ("secure copy").
Expand Down Expand Up @@ -102,7 +101,7 @@ completeness.
With `scp`, a trailing slash on the target directory is optional, and has no effect.
A trailing slash on a source directory is important for other commands, like `rsync`.

## Transferring Data with `rsync`
## Transferring Data with `rsync`

As you gain experience with transferring files, you may find the `scp`
command limiting. The [rsync] utility provides
Expand Down Expand Up @@ -200,6 +199,7 @@ that represents your local machine.
the transfer. Click the "Start" button over the left panel.

> ## Transferring Data to Your Local Machine
>
> The above steps can also be used to transfer data from {{ site.remote.name }} to
> your local machine. Simply select the files you want to transfer from
> {{ site.remote.name }} and the desired destination on your local machine, and then
Expand Down

0 comments on commit f9b3f1d

Please sign in to comment.