@@ -330,16 +330,9 @@ using a transfer program, it needs to be installed on your local machine, not yo
330330
331331## Transferring Data Between your Local Machine and the Cloud
332332
333- If you're using Windows with PuTTY instead of Git Bash, please select the alternative option here:
334- <select id =" id_platform " name =" platformlist " onchange =" change_content_by_platform (' id_platform' );return false ;" >
333+ ::::::::::::::: solution
335334
336- <option value =" unix " id =" id_unix " selected > Linux, Mac OS, Git Bash </option >
337- <option value =" win " id =" id_win " > PuTTY </option >
338- </select >
339-
340- <div id =" div_unix " style =" display :block " markdown =" 1 " >
341-
342- ### Uploading Data to your Virtual Machine with scp
335+ ### Uploading Data to your Virtual Machine with scp on Linux, Mac OS and Windows with Git Bash
343336
344337` scp ` stands for 'secure copy protocol', and is a widely used UNIX tool for moving files
345338between computers. The simplest way to use ` scp ` is to run it in your local terminal,
@@ -387,12 +380,12 @@ $ scp dcuser@ip.address:/home/dcuser/shell_data/untrimmed_fastq/scripted_bad_rea
387380```
388381
389382Remember that in both instances, the command is run from your local machine, we've just flipped the order of the to and from parts of the command.
383+ :::::::::::::::::::::::::
390384
391- </div >
392385
393- < div id = " div_win " style = " display : block " markdown = " 1 " >
386+ ::::::::::::::: solution
394387
395- ### Uploading Data to your Virtual Machine with PSCP
388+ ### Uploading Data to your Virtual Machine with PSCP on Windows with Putty
396389
397390If you're using a Windows PC without Git Bash, we recommend you use the * PSCP* program.
398391This program is from the same suite of tools as the PuTTY program we have been using to connect.
@@ -425,8 +418,7 @@ C:\User\your-pc-username\Downloads> pscp.exe dcuser@ec2-54-88-126-85.compute-1.a
425418
426419C:\U ser\y our-pc-username\D ownloads
427420```
428-
429- </div >
421+ :::::::::::::::::::::::::
430422
431423:::::::::::::::::::::::::::::::::::::::: keypoints
432424
0 commit comments