On Fri, Oct 29, 2021 at 7:11 AM ToddAndMargo via perl6-users <perl6-us...@perl.org> wrote: > > Which gets back to my original question, which was > is there good FTP support from Raku yet?
The answer you got from me was: 1. Install Perl's Net::FTP. 2. Write `use Net::FTP:from<Perl5>;` in your Raku program. In other words, just like you would in Perl, but appending `:from<Perl5>` to the package name. 3. Write ordinary Raku code as if Net::FTP was written in Raku. If you interpret that as "no", then I give up. If you interpret that as "yes", then please do what it says. If you don't understand it, then I give up. -- love, raiph