FTP: Difference between revisions

Content added Content deleted
(→‎{{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: Line 605:
$ftp.login();
$ftp.login();


say $_<name>for $ftp.ls();</lang>
say $_<name>for $ftp.ls();

$ftp.get( 'index.html', :binary );</lang>


{{out}}
{{out}}