Skip to content

Commit c0f047f

Browse files
committed
Deploying to gh-pages from @ b2a5563 🚀
1 parent 7e37574 commit c0f047f

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/jupyter/blog.ipynb.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/pdf/cv.pdf

13 Bytes
Binary file not shown.

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://mark-wang.com/feed.xml" rel="self" type="application/atom+xml"/><link href="https://mark-wang.com/" rel="alternate" type="text/html" hreflang="en"/><updated>2026-02-08T01:27:21+00:00</updated><id>https://mark-wang.com/feed.xml</id><title type="html">Mark K. Wang</title><subtitle>Mark Wang&apos;s personal website. </subtitle><entry><title type="html">Transfer files with Box and lftp</title><link href="https://mark-wang.com/blog/2022/lftp/" rel="alternate" type="text/html" title="Transfer files with Box and lftp"/><published>2022-08-13T00:00:00+00:00</published><updated>2022-08-13T00:00:00+00:00</updated><id>https://mark-wang.com/blog/2022/lftp</id><content type="html" xml:base="https://mark-wang.com/blog/2022/lftp/"><![CDATA[<h3 id="outline">Outline</h3> <hr/> <ol> <li><a href="#purpose">Purpose</a></li> <li><a href="#setup">Setup and Configuration</a></li> <li><a href="#use-lftp">Using <code class="language-plaintext highlighter-rouge">lftp</code></a></li> </ol> <p><a name="purpose"></a></p> <h3 id="purpose">Purpose</h3> <hr/> <p>Transfer Box cloud storage files with the command line tool <code class="language-plaintext highlighter-rouge">lftp</code>. <code class="language-plaintext highlighter-rouge">lftp</code> is more reliable than using a web browser. It automatically handles errors, can restart interrupted transfers, and can transfer both large files and large amounts of files. <code class="language-plaintext highlighter-rouge">lftp</code> is also useful when there is no GUI available such as in an HPC environment.</p> <p><a name="setup"></a></p> <h3 id="setup-and-configuration">Setup and Configuration</h3> <hr/> <p>First install <a href="https://lftp.yar.ru"><code class="language-plaintext highlighter-rouge">lftp</code></a> on your local machine with your favorite package manager:</p> <div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span>brew <span class="nb">install </span>lftp
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://mark-wang.com/feed.xml" rel="self" type="application/atom+xml"/><link href="https://mark-wang.com/" rel="alternate" type="text/html" hreflang="en"/><updated>2026-02-08T01:29:02+00:00</updated><id>https://mark-wang.com/feed.xml</id><title type="html">Mark K. Wang</title><subtitle>Mark Wang&apos;s personal website. </subtitle><entry><title type="html">Transfer files with Box and lftp</title><link href="https://mark-wang.com/blog/2022/lftp/" rel="alternate" type="text/html" title="Transfer files with Box and lftp"/><published>2022-08-13T00:00:00+00:00</published><updated>2022-08-13T00:00:00+00:00</updated><id>https://mark-wang.com/blog/2022/lftp</id><content type="html" xml:base="https://mark-wang.com/blog/2022/lftp/"><![CDATA[<h3 id="outline">Outline</h3> <hr/> <ol> <li><a href="#purpose">Purpose</a></li> <li><a href="#setup">Setup and Configuration</a></li> <li><a href="#use-lftp">Using <code class="language-plaintext highlighter-rouge">lftp</code></a></li> </ol> <p><a name="purpose"></a></p> <h3 id="purpose">Purpose</h3> <hr/> <p>Transfer Box cloud storage files with the command line tool <code class="language-plaintext highlighter-rouge">lftp</code>. <code class="language-plaintext highlighter-rouge">lftp</code> is more reliable than using a web browser. It automatically handles errors, can restart interrupted transfers, and can transfer both large files and large amounts of files. <code class="language-plaintext highlighter-rouge">lftp</code> is also useful when there is no GUI available such as in an HPC environment.</p> <p><a name="setup"></a></p> <h3 id="setup-and-configuration">Setup and Configuration</h3> <hr/> <p>First install <a href="https://lftp.yar.ru"><code class="language-plaintext highlighter-rouge">lftp</code></a> on your local machine with your favorite package manager:</p> <div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span>brew <span class="nb">install </span>lftp
22
</code></pre></div></div> <p>Then update the <code class="language-plaintext highlighter-rouge">lftp</code> config file to force strict security options.</p> <div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">$ </span><span class="nb">mkdir</span> ~/.lftp
33
<span class="nv">$ </span><span class="nb">echo</span> <span class="nt">-e</span> <span class="se">\</span>
44
<span class="s1">'set ftps:initial-prot ""

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://mark-wang.com/news/announcement_1/</loc> <lastmod>2015-10-22T19:59:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/news/announcement_2/</loc> <lastmod>2015-11-07T20:11:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/news/announcement_3/</loc> <lastmod>2016-01-15T11:59:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/blog/2022/latex/</loc> <lastmod>2022-07-17T00:00:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/blog/2022/lftp/</loc> <lastmod>2022-08-13T00:00:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/1_project/</loc> <lastmod>2026-02-08T01:27:21+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/2_project/</loc> <lastmod>2026-02-08T01:27:21+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/3_project/</loc> <lastmod>2026-02-08T01:27:21+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/4_project/</loc> <lastmod>2026-02-08T01:27:21+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/5_project/</loc> <lastmod>2026-02-08T01:27:21+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/6_project/</loc> <lastmod>2026-02-08T01:27:21+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/</loc> </url> <url> <loc>https://mark-wang.com/cv/</loc> </url> <url> <loc>https://mark-wang.com/_pages/dropdown/</loc> </url> <url> <loc>https://mark-wang.com/news/</loc> </url> <url> <loc>https://mark-wang.com/people/</loc> </url> <url> <loc>https://mark-wang.com/projects/</loc> </url> <url> <loc>https://mark-wang.com/publications/</loc> </url> <url> <loc>https://mark-wang.com/repositories/</loc> </url> <url> <loc>https://mark-wang.com/teaching/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/latex/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/overleaf/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/vscode/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/lftp/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/box/</loc> </url> <url> <loc>https://mark-wang.com/blog/category/tutorials/</loc> </url> <url> <loc>https://mark-wang.com/blog/2022/</loc> </url> <url> <loc>https://mark-wang.com/blog/</loc> </url> <url> <loc>https://mark-wang.com/lighthouse_results/desktop/alshedivat_github_io_al_folio_.html</loc> <lastmod>2026-02-08T01:26:54+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/lighthouse_results/desktop/mark_wang_com.html</loc> <lastmod>2026-02-08T01:26:54+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/lighthouse_results/mobile/alshedivat_github_io_al_folio_.html</loc> <lastmod>2026-02-08T01:26:54+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/lighthouse_results/mobile/mark_wang_com.html</loc> <lastmod>2026-02-08T01:26:54+00:00</lastmod> </url> </urlset>
1+
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://mark-wang.com/news/announcement_1/</loc> <lastmod>2015-10-22T19:59:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/news/announcement_2/</loc> <lastmod>2015-11-07T20:11:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/news/announcement_3/</loc> <lastmod>2016-01-15T11:59:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/blog/2022/latex/</loc> <lastmod>2022-07-17T00:00:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/blog/2022/lftp/</loc> <lastmod>2022-08-13T00:00:00+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/1_project/</loc> <lastmod>2026-02-08T01:29:02+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/2_project/</loc> <lastmod>2026-02-08T01:29:02+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/3_project/</loc> <lastmod>2026-02-08T01:29:02+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/4_project/</loc> <lastmod>2026-02-08T01:29:02+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/5_project/</loc> <lastmod>2026-02-08T01:29:02+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/projects/6_project/</loc> <lastmod>2026-02-08T01:29:02+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/</loc> </url> <url> <loc>https://mark-wang.com/cv/</loc> </url> <url> <loc>https://mark-wang.com/_pages/dropdown/</loc> </url> <url> <loc>https://mark-wang.com/news/</loc> </url> <url> <loc>https://mark-wang.com/people/</loc> </url> <url> <loc>https://mark-wang.com/projects/</loc> </url> <url> <loc>https://mark-wang.com/publications/</loc> </url> <url> <loc>https://mark-wang.com/repositories/</loc> </url> <url> <loc>https://mark-wang.com/teaching/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/latex/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/overleaf/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/vscode/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/lftp/</loc> </url> <url> <loc>https://mark-wang.com/blog/tag/box/</loc> </url> <url> <loc>https://mark-wang.com/blog/category/tutorials/</loc> </url> <url> <loc>https://mark-wang.com/blog/2022/</loc> </url> <url> <loc>https://mark-wang.com/blog/</loc> </url> <url> <loc>https://mark-wang.com/lighthouse_results/desktop/alshedivat_github_io_al_folio_.html</loc> <lastmod>2026-02-08T01:28:38+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/lighthouse_results/desktop/mark_wang_com.html</loc> <lastmod>2026-02-08T01:28:38+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/lighthouse_results/mobile/alshedivat_github_io_al_folio_.html</loc> <lastmod>2026-02-08T01:28:38+00:00</lastmod> </url> <url> <loc>https://mark-wang.com/lighthouse_results/mobile/mark_wang_com.html</loc> <lastmod>2026-02-08T01:28:38+00:00</lastmod> </url> </urlset>

0 commit comments

Comments
 (0)