On Sunday, 15 May 2022 at 19:13:10 UTC, ikod wrote:
Added LIST command in v2.0.8
Thanks!
On Saturday, 14 May 2022 at 08:42:46 UTC, Anonymouse wrote:
Before I go on duplicating effort, does anyone have anything
that can access FTP beyond PUT and GET?
I need to read file information from a NAS so I know if I
should upload a file or not. `dlang-requests` has
`Request.post` and `Requ
On Saturday, 14 May 2022 at 08:42:46 UTC, Anonymouse wrote:
Before I go on duplicating effort, does anyone have anything
that can access FTP beyond PUT and GET?
I need to read file information from a NAS so I know if I
should upload a file or not. `dlang-requests` has
`Request.post` and `Requ
On Saturday, 14 May 2022 at 10:17:14 UTC, ikod wrote:
On Saturday, 14 May 2022 at 08:42:46 UTC, Anonymouse wrote:
Before I go on duplicating effort, does anyone have anything
that can access FTP beyond PUT and GET?
I need to read file information from a NAS so I know if I
should upload a file
On Saturday, 14 May 2022 at 08:42:46 UTC, Anonymouse wrote:
Before I go on duplicating effort, does anyone have anything
that can access FTP beyond PUT and GET?
I need to read file information from a NAS so I know if I
should upload a file or not. `dlang-requests` has
`Request.post` and `Requ
Phobos curl wrapper may be an option:
https://dlang.org/phobos/std_net_curl.html#.FTP
Before I go on duplicating effort, does anyone have anything that
can access FTP beyond PUT and GET?
I need to read file information from a NAS so I know if I should
upload a file or not. `dlang-requests` has `Request.post` and
`Request.get`, but seemingly no way to LS.