Added file transfer to example.

This commit is contained in:
Fred Drake 1998-08-07 17:30:49 +00:00
parent 0cb76200ef
commit 161edc29a6
1 changed files with 2 additions and 0 deletions

View File

@ -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}