RosettaCodeData/Task/FTP/00-TASK.txt
2023-07-01 13:44:08 -04:00

4 lines
160 B
Text

;Task
Connect to a server, change directory, list its contents and download a file as binary using the FTP protocol. Use passive mode if available.
<br/><br/>