FTP: Difference between revisions

83 bytes added ,  10 years ago
make task description fit the code
(make task description fit the code)
Line 1:
{{draft task|Programming environment operations}}[[Category:Networking and Web Interaction]]
 
Connect to a server, change directory, list its contents and download a file as binary using the FTP protocol. Use passive mode if available.
 
=={{header|Python}} 2==
Line 16:
 
=={{header|Racket}}==
Note: <tt>net/ftp</tt> in Racket uses passive mode exclusively.
<lang racket>
#lang racket
Anonymous user