Ovh\Dedicated\Server\Server::getBackupFTPAccess PHP Method

getBackupFTPAccess() public method

* Get backup FTP ACL list
public getBackupFTPAccess ( )
    public function getBackupFTPAccess()
    {
        return json_decode(self::getClient()->getBackupFTPAccess($this->getDomain()));
    }