Add SSL option to work with modified Gaufrette that use SSL/TSL FTP
This commit is contained in:
@@ -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()
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user