Options

how to ssl offload ftp

Hello,

I was wondering is it possible with firmware 2.7.2-P4 on a Thunder to
ssl offload ftp.

I tried it with the ftp-proxy type where i can assign een client ssl but
if i do a telnet to port 990 i still get a plaintext response.

With regards,

Richard

Comments

  • Options
    dshindshin Member
    edited September 2015
    We do have SSL Offload FTP support in ACOS 2.7.2 P4. If you use telnet I believe the session will always come out as plaintext. Telnet by default does not encrypt any data sent over a connection. So I suggest to use curl to test which has SFTP support.

    curl sftp://x.x.x.x:2121/ --user test:a10 -v --ftp-ssl -k

    Let me know the outcome.

    Genard
Sign In or Register to comment.