<?php

namespace ContainerXAyNPD7;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getVu_Reflex_Import_FtpService extends App_KernelProdContainer
{
    /*
     * Gets the private 'vu.reflex.import.ftp' shared service.
     *
     * @return \League\Flysystem\Filesystem
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['vu.reflex.import.ftp'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Ftp\FtpAdapter(\League\Flysystem\Ftp\FtpConnectionOptions::fromArray(['port' => $container->getEnv('int:REFLEX_FTP_PORT'), 'root' => '', 'passive' => true, 'ssl' => false, 'timeout' => 90, 'utf8' => false, 'permissions' => ['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'host' => $container->getEnv('REFLEX_FTP_SERVER'), 'username' => $container->getEnv('REFLEX_FTP_LOGIN'), 'password' => $container->getEnv('REFLEX_FTP_PASSWORD'), 'transferMode' => NULL, 'systemType' => NULL, 'ignorePassiveAddress' => $container->getEnv('bool:REFLEX_FTP_PASSIVE_ADDRESS'), 'timestampsOnUnixListingsEnabled' => false, 'recurseManually' => true, 'useRawListOptions' => NULL]), NULL, NULL, \League\Flysystem\UnixVisibility\PortableVisibilityConverter::fromArray(['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'private')), ['visibility' => NULL, 'directory_visibility' => NULL, 'retain_visibility' => NULL, 'case_sensitive' => true, 'disable_asserts' => false, 'public_url' => NULL], NULL, NULL, NULL);
    }
}
