# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md flysystem: storages: xml_export.storage: sftp: host: '%env(SFTP_XML_EXPORT_HOST)%' port: '%env(int:SFTP_XML_EXPORT_PORT)%' username: '%env(SFTP_XML_EXPORT_USER)%' password: '%env(SFTP_XML_EXPORT_PASSWORD)%' root: '%env(SFTP_XML_EXPORT_ROOT)%' xml_dump.storage: local: directory: '%kernel.project_dir%/var/bpn'