FTP: Difference between revisions

36 bytes added ,  6 years ago
m
→‎{{header|Perl 6}}: Oops, forgot to get a file
(→‎{{header|Perl 6}}: As it appears the kernel.org anonymous ftp server is defunct, switch to a fascade test server)
m (→‎{{header|Perl 6}}: Oops, forgot to get a file)
Line 605:
$ftp.login();
 
say $_<name>for $ftp.ls();</lang>
 
$ftp.get( 'index.html', :binary );</lang>
 
{{out}}
10,333

edits