Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb7620 commit 161edc2Copy full SHA for 161edc2
1 file changed
Doc/lib/libftplib.tex
@@ -28,6 +28,8 @@ \section{Standard Module \module{ftplib}}
28
.
29
30
31
+>>> ftp.retrbinary('RETR README', open('README', 'wb').write)
32
+'226 Transfer complete.'
33
>>> ftp.quit()
34
\end{verbatim}
35
0 commit comments