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``)