in reply to FTPS based on Net::FTPServer?

FTPS server

Never tried it but I'd imagine that IO::Socket::SSL could help you do this.

Replies are listed 'Best First'.
Re^2: FTPS based on Net::FTPServer?
by isync (Hermit) on Oct 13, 2008 at 16:15 UTC
    Mmmh. So the approach would be to rewrite Net::FTPServer to use IO::Socket::SSL instead of IO::Socket, right?

    Puh! Really no ready-to-use perl/cpan solution out there? Can't believe this...