From bd29194500afe1f93d48b6a1fccc9d06a8730328 Mon Sep 17 00:00:00 2001 From: markwang0 <71631906+markwang0@users.noreply.github.com> Date: Tue, 4 Jul 2023 17:38:42 -0500 Subject: [PATCH] formatting --- _posts/2022-08-13-lftp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2022-08-13-lftp.md b/_posts/2022-08-13-lftp.md index 30c2d9af5ec7..3e91a53fe061 100644 --- a/_posts/2022-08-13-lftp.md +++ b/_posts/2022-08-13-lftp.md @@ -60,12 +60,12 @@ $ lftp ftps://[Box email address]@ftp.box.com Upload a local directory to Box (defaults to top-level Box directory without second path) ```sh lftp foo@ftp.box.com:~> mirror -R /path/to/local/directory /path/to/Box/directory -```` +``` Download a Box directory to your local machine ```sh lftp foo@ftp.box.com:~> mirror /path/to/Box/directory /path/to/local/directory -```` +``` Upload a local file to Box (defaults to top-level Box directory without `-o` flag and argument) ```sh @@ -75,7 +75,7 @@ lftp foo@ftp.box.com:~> put /path/to/local.file -o /path/to/Box/directory Download a Box file to your local machine (defaults to local $HOME directory without `-o` flag and argument) ```sh lftp foo@ftp.box.com:~> get /path/to/Box.file -o /path/to/local/directory -```` +``` Some more useful `lftp` shell commands: