~sschwarzer/ftputil

fd53db64040d9c2e2dcfeb533d71d934120f1e0f — Stefan Schwarzer 8 years ago 57f51b0
Add example for using `FTPHost.operation` vs. `os.operation`

This should help with ticket #92.
1 files changed, 3 insertions(+), 1 deletions(-)

M doc/ftputil.txt
M doc/ftputil.txt => doc/ftputil.txt +3 -1
@@ 48,7 48,9 @@ to `os.stat`_. `FTPHost.walk`_ and `FTPHost.path.walk`_ work, too.
--------------------

* Method names are familiar from Python's ``os``, ``os.path`` and
  ``shutil`` modules
  ``shutil`` modules. For example, use ``os.path.join`` to join
  paths for a local file system and ``ftp_host.path.join`` to join
  paths for a remote FTP file system.

* Remote file system navigation (``getcwd``, ``chdir``)