FTP without SSL fails with 2.1.0.2_beta_2024-11-29

We are reading the forum daily :slight_smile:

As @ts678 mentions, the FtpWebRequest has been deprecated for a while, so we had to change it at some point.

I think the FTP issue is fixed in the latest canary build, which should be easier to try than downgrading:

I would think it works with:

--ftp-encryption-mode=None

(The aftp-* settings are only applied if the url starts with aftp://).

Then I would think it is related to the active/passive setting perhaps?

That should not happen. It was introduced with the fix to support absolute paths, and should be fixed in code.