On 10/28/21 21:43, Ralph Mellor wrote:
On Thu, Oct 28, 2021 at 7:40 PM ToddAndMargo via perl6-users
<perl6-us...@perl.org> wrote:
You would not happen to know how I could directly
write to FTP myself with Raku?
Yes.
1. Install a library that implements FTP.
2. Use it.
The RFC for FTP is pretty easy to follow.
It's *much* easier to write a `use` statement.
love, raiph
Which gets back to my original question,
which was is there good FTP support from
Raku yet? The answer I got back was "no".
I am willing to write my own stuff if I can
figure out how to open and close a network
connection.