FMFTP - Forum

Forum Navigation
You need to log in to create posts and topics.

FMFTP

This is a long shot but... how hard would it be to make FMFTP able to support SSL? I've been looking at buying the plugin but I really need support for SSL as some of my bigger projects require it.

For my purposes I don't need tree view and everything I just need to upload a file to an ftp server that has a policy that requires SSL. No graphical interface required.

Hi @mazzu001
Current FMFTP plugin does not support SSL and it will probably need to be completely rewritten in order to support it.
Sorry!

Mientras puedes usar el plugin NeoPHP y usar un script para cargar el archivo y enviarlo, aquí puedes comenzar a investigar https://www.php.net/manual/en/function.ftp-ssl-connect.php

Otra opción es usar Curl desde linea de comandos, aquí encontré esta información https://curl.haxx.se/docs/manual.html

Vadim has reacted to this post.
Vadim