Jump to content

FTP: Difference between revisions

Added PicoLisp
m (→‎{{header|Common Lisp}}: Changed variable name)
(Added PicoLisp)
Line 507:
v4.x
</pre>
 
=={{header|PicoLisp}}==
Passive is the default behavior of 'curl'
<lang PicoLisp>(in '(curl "-sl" "ftp://kernel.org/pub/site/")
(while (line)
(prinl @) ) )
(call "curl" "-s" "-o" "sha256sums.asc" "ftp://kernel.org/pub/site/sha256sums.asc")</lang>
Output:
<pre>README
sample_mirror_script.pl
sha256sums.asc</pre>
 
=={{header|Python}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.