FTP: Difference between revisions

Content added Content deleted
(C solution addition)
(Making header consistent with other articles)
Line 209: Line 209:
226 Transfer complete</pre>
226 Transfer complete</pre>


=={{header|Python}} 2==
=={{header|Python}}==
{{works with|Python 2.7.10}}
<lang Python>
<lang Python>
from ftplib import FTP
from ftplib import FTP