diff options
-rw-r--r-- | Doc/lib/libftplib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 00b01a7..d2358e8 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -28,6 +28,8 @@ dr-xr-srwt 105 ftp-usr pdmaint 1536 Mar 21 14:32 .. . . . +>>> ftp.retrbinary('RETR README', open('README', 'wb').write) +'226 Transfer complete.' >>> ftp.quit() \end{verbatim} |