Add SSL option to work with modified Gaufrette that use SSL/TSL FTP

This commit is contained in:
Gesthispania 2013-10-10 09:58:17 +02:00
parent c01f131f7c
commit ef1f8a75ac

View File

@ -52,6 +52,7 @@ class FtpAdapterFactory implements AdapterFactoryInterface
->beforeNormalization() ->beforeNormalization()
->ifString() ->ifString()
->then(function($v) { return constant($v); }) ->then(function($v) { return constant($v); })
->booleanNode('ssl')->defaultFalse()->end()
->end() ->end()
->end() ->end()
; ;