c6477c2f3e0e7b960bfa58c95f93288c54619381 lrnassar Tue Oct 19 16:42:36 2021 -0700 Removing mention of ENCODE, feedback from CR refs #28359 diff --git src/hg/htdocs/goldenPath/help/ftp.html src/hg/htdocs/goldenPath/help/ftp.html index a2b848e..b020f77 100755 --- src/hg/htdocs/goldenPath/help/ftp.html +++ src/hg/htdocs/goldenPath/help/ftp.html @@ -1,30 +1,30 @@

Downloading data

Rsync (recommended method)

We recommend that you download data via rsync using the command line, especially for large files using the North American or European download servers.

-For example, when downloading ENCODE files to your present directory (./), use an expression such +For example, when downloading files to your present directory (./), use an expression such as:

rsync -a -P rsync://hgdownload.soe.ucsc.edu/gbdb/hg38/uniprot/unipAliTrembl.bb ./
rsync -a -P rsync://hgdownload-euro.soe.ucsc.edu/gbdb/hg38/uniprot/unipAliTrembl.bb ./

To download the entire directory (note the trailing slash), use an expression such as:

rsync -a -P rsync://hgdownload.soe.ucsc.edu/gbdb/hg38/uniprot/ ./
rsync -a -P rsync://hgdownload-euro.soe.ucsc.edu/gbdb/hg38/uniprot/ ./

To obtain a file's location (URL) to use with rsync (rsync://hgdownload.soe.ucsc.edu/... or rsync://hgdownload-euro.soe.ucsc.edu/...), navigate in your browser to our FTP site at ftp://hgdownload.soe.ucsc.edu/ or our downloads page at http://hgdownload.soe.ucsc.edu/downloads.html, and look for your file of interest. To learn more about rsync's options, type "man rsync" on the command line.