From da01ee2b8b82254e556a3782b902e419967e4e63 Mon Sep 17 00:00:00 2001 From: Aritra Ghosh Date: Tue, 19 Mar 2024 17:44:54 -0400 Subject: [PATCH] Update Public_data.md Adding details on how to terminate the FTP connection --- docs/source/Public_data.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/Public_data.md b/docs/source/Public_data.md index 6325f75dec..add983a8b3 100644 --- a/docs/source/Public_data.md +++ b/docs/source/Public_data.md @@ -25,6 +25,7 @@ cd /pub/hsc_morph/g_0_025/ get g_0_025_preds_summary.csv ``` This should download `g_0_025_preds_summary.csv` into the directory from which you initiated the FTP connection. +To terminate the FTP connection, simply type `quit`. *Tip: Mac terminals don't come pre-installed with the `ftp` command. But, if you use [Homebrew](https://brew.sh/), you can install FTP using `brew install inetutils`*