Add SSL option to work with modified Gaufrette that use SSL/TSL FTP
This commit is contained in:
parent
c01f131f7c
commit
ef1f8a75ac
|
@ -52,6 +52,7 @@ class FtpAdapterFactory implements AdapterFactoryInterface
|
|||
->beforeNormalization()
|
||||
->ifString()
|
||||
->then(function($v) { return constant($v); })
|
||||
->booleanNode('ssl')->defaultFalse()->end()
|
||||
->end()
|
||||
->end()
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue
Block a user