<?php

namespace ContainerRYWeSXx;

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 getTeliae_FtpService extends App_KernelProdContainer
{
    /*
     * Gets the private 'teliae.ftp' shared service.
     *
     * @return \League\Flysystem\Filesystem
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['teliae.ftp'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Ftp\FtpAdapter(\League\Flysystem\Ftp\FtpConnectionOptions::fromArray(['port' => 21, 'root' => '', 'passive' => true, 'ssl' => false, 'timeout' => 90, 'utf8' => false, 'permissions' => ['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'host' => $container->getEnv('IMPORT_TELIAE_FTP_HOST'), 'username' => $container->getEnv('IMPORT_TELIAE_FTP_USERNAME'), 'password' => $container->getEnv('IMPORT_TELIAE_FTP_PASSWORD'), 'transferMode' => NULL, 'systemType' => NULL, 'timestampsOnUnixListingsEnabled' => false, 'ignorePassiveAddress' => NULL, 'recurseManually' => true]), NULL, NULL, \League\Flysystem\UnixVisibility\PortableVisibilityConverter::fromArray(['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'public')), ['visibility' => 'public', 'directory_visibility' => 'public', 'case_sensitive' => true, 'disable_asserts' => false, 'public_url' => NULL], NULL, NULL, NULL);
    }
}
