asl icon indicating copy to clipboard operation
asl copied to clipboard

Feature request: FTP & SMTP support (with SSL and without)

Open ghost opened this issue 7 years ago • 3 comments

With disabled by default CMake options

ghost avatar Dec 21 '18 18:12 ghost

I'm going to close this as too complicated for the amount of work I can put here, and not in my roadmap.

I did consider FTP and/or SMTP sometime in the past and learned about the protocols. With FTP there is this distinction between passive and active modes (the latter being strange in that the client has to act as a server too), the human-oriented directory listings, and the way it uses SSL. For SMTP I found a bit complicated the authentication part.

Might go back to this in the future.

aslze avatar Mar 06 '23 23:03 aslze

FYI, I created this basic FTP client class in a separate repo:

https://github.com/aslze/asl-ftp

Only plain (no TLS) FTP at the moment. This will not go much further. Maybe implicit TLS mode and little more.

aslze avatar Jun 29 '24 22:06 aslze

Now asl-ftp supports implicit TLS too. Requires ASL built with TLS support (ASL_TLS cmake option).

aslze avatar Jul 06 '24 09:07 aslze