|
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - <title>IOHandler — PyRemoteData 0.0.37 documentation</title> |
| 49 | + <title>IOHandler — PyRemoteData 0.0.38 documentation</title> |
50 | 50 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=75810a84" />
|
51 | 51 | <link rel="stylesheet" type="text/css" href="_static/material.css?v=79c92029" />
|
52 | 52 | <link rel="stylesheet" type="text/css" href="_static/custom.css?v=fb6b2637" />
|
53 |
| - <script src="_static/documentation_options.js?v=aa2ad26f"></script> |
| 53 | + <script src="_static/documentation_options.js?v=423071ad"></script> |
54 | 54 | <script src="_static/doctools.js?v=9bcbadda"></script>
|
55 | 55 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
56 | 56 | <link rel="canonical" href="_build/html/IOHandler.html" />
|
|
81 | 81 | <nav class="md-header-nav md-grid">
|
82 | 82 | <div class="md-flex navheader">
|
83 | 83 | <div class="md-flex__cell md-flex__cell--shrink">
|
84 |
| - <a href="index.html" title="PyRemoteData 0.0.37 documentation" |
| 84 | + <a href="index.html" title="PyRemoteData 0.0.38 documentation" |
85 | 85 | class="md-header-nav__button md-logo">
|
86 | 86 |
|
87 | 87 |
|
|
167 | 167 | <nav class="md-tabs" data-md-component="tabs">
|
168 | 168 | <div class="md-tabs__inner md-grid">
|
169 | 169 | <ul class="md-tabs__list">
|
170 |
| - <li class="md-tabs__item"><a href="index.html" class="md-tabs__link">PyRemoteData 0.0.37 documentation</a></li> |
| 170 | + <li class="md-tabs__item"><a href="index.html" class="md-tabs__link">PyRemoteData 0.0.38 documentation</a></li> |
171 | 171 | <li class="md-tabs__item"><a href="implicit_mount.html" class="md-tabs__link">SFTP Backend</a></li>
|
172 | 172 | </ul>
|
173 | 173 | </div>
|
|
180 | 180 | <div class="md-sidebar__inner">
|
181 | 181 | <nav class="md-nav md-nav--primary" data-md-level="0">
|
182 | 182 | <label class="md-nav__title md-nav__title--site" for="__drawer">
|
183 |
| - <a href="index.html" title="PyRemoteData 0.0.37 documentation" class="md-nav__button md-logo"> |
| 183 | + <a href="index.html" title="PyRemoteData 0.0.38 documentation" class="md-nav__button md-logo"> |
184 | 184 |
|
185 | 185 | <img src="_static/" alt=" logo" width="48" height="48">
|
186 | 186 |
|
187 | 187 | </a>
|
188 | 188 | <a href="index.html"
|
189 |
| - title="PyRemoteData 0.0.37 documentation">PyRemoteData</a> |
| 189 | + title="PyRemoteData 0.0.38 documentation">PyRemoteData</a> |
190 | 190 | </label>
|
191 | 191 | <div class="md-nav__source">
|
192 | 192 | <a href="https://github.com/asgersvenning/pyremotedata" title="Go to repository" class="md-source" data-md-source="github">
|
@@ -303,6 +303,29 @@ <h1 id="iohandler--page-root">IOHandler<a class="headerlink" href="#iohandler--p
|
303 | 303 | </dd></dl>
|
304 | 304 | <dl class="py method">
|
305 | 305 | <dt class="sig sig-object py">
|
| 306 | +<span class="sig-name descname"><span class="pre">lcd</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">local_path</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><span class="pre">str</span></a></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pyremotedata/implicit_mount.html#IOHandler.lcd"><span class="viewcode-link"><span class="pre">[source]</span></span></a></dt> |
| 307 | +<dd><p>Changes the current local directory using the LFTP command <cite>lcd</cite>.</p> |
| 308 | +<dl class="field-list simple"> |
| 309 | +<dt class="field-odd">Parameters<span class="colon">:</span></dt> |
| 310 | +<dd class="field-odd"><p><strong>local_path</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The local directory to change to.</p> |
| 311 | +</dd> |
| 312 | +</dl> |
| 313 | +</dd></dl> |
| 314 | +<dl class="py method"> |
| 315 | +<dt class="sig sig-object py"> |
| 316 | +<span class="sig-name descname"><span class="pre">lpwd</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pyremotedata/implicit_mount.html#IOHandler.lpwd"><span class="viewcode-link"><span class="pre">[source]</span></span></a></dt> |
| 317 | +<dd><p>Get the current local directory using the LFTP command <cite>lpwd</cite>.</p> |
| 318 | +<dl class="field-list simple"> |
| 319 | +<dt class="field-odd">Returns<span class="colon">:</span></dt> |
| 320 | +<dd class="field-odd"><p>The current local directory.</p> |
| 321 | +</dd> |
| 322 | +<dt class="field-even">Return type<span class="colon">:</span></dt> |
| 323 | +<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)">str</a></p> |
| 324 | +</dd> |
| 325 | +</dl> |
| 326 | +</dd></dl> |
| 327 | +<dl class="py method"> |
| 328 | +<dt class="sig sig-object py"> |
306 | 329 | <span class="sig-name descname"><span class="pre">multi_download</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">remote_paths</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.List" title="(in Python v3.13)"><span class="pre">List</span></a><span class="p"><span class="pre">[</span></span><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><span class="pre">str</span></a><span class="p"><span class="pre">]</span></span></span></em>, <em class="sig-param"><span class="n"><span class="pre">local_destination</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><span class="pre">str</span></a><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.List" title="(in Python v3.13)"><span class="pre">List</span></a><span class="p"><span class="pre">[</span></span><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><span class="pre">str</span></a><span class="p"><span class="pre">]</span></span></span></em>, <em class="sig-param"><span class="n"><span class="pre">blocking</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><span class="pre">bool</span></a></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">True</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">n</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><span class="pre">int</span></a></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">5</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">→</span> <span class="sig-return-typehint"><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.List" title="(in Python v3.13)"><span class="pre">List</span></a><span class="p"><span class="pre">[</span></span><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><span class="pre">str</span></a><span class="p"><span class="pre">]</span></span></span></span><a class="reference internal" href="_modules/pyremotedata/implicit_mount.html#IOHandler.multi_download"><span class="viewcode-link"><span class="pre">[source]</span></span></a></dt>
|
307 | 330 | <dd><p>Downloads a list of files from the remote directory to the given local destination.</p>
|
308 | 331 | <dl class="field-list simple">
|
|
0 commit comments