RosettaCodeData/Task/FTP/00-TASK.txt

5 lines
160 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;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/>