Rclone serve ftp & tls

Hello, running rclone as ftp server:

rclone -vv --ftp-tls serve ftp \
--client-cert ~/rclone/server.crt \
--client-key ~/rclone/server.key \
--auth-proxy ~/rclone/auth-proxy.php \
--no-seek

but if i try to connect using tls:

curl -vu test:test --ssl -l ftp://localhost:2121/
* About to connect() to localhost port 2121 (#0)
* Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 2121 (#0)
< 220 Welcome to Rclone v1.49.5 FTP Server
> > AUTH SSL
< 550 Action not taken
> > AUTH TLS
< 550 Action not taken

what am I doing wrong?

We don't currently support TLS connections in serve ftp.

It would be reasonably easy to add though since I think the underlying library supports it, it would just be a question of filling the correct options.

Fancy having a go?

yes, I would like it very much but as already reported I don't have the necessary knowledge :frowning:

Can you please make a new issue on github about this then we can look into it.

I think it is a relatively easy task so hopefully someone will pick it up :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.